Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
support php 8.1 and 8.2
  • Loading branch information
rabol authored Mar 4, 2023
1 parent 3018f68 commit 37bdccf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "rabol/laravel-adsense",
"description": "Display Adsense ads in your Laravel.",
"description": "Display Adsense ads in your Laravel app.",
"keywords": ["framework", "laravel","Google Adsense"],
"type": "library",
"require": {
"php": "^7.2|^7.3|^8.0"
"php": "^7.2|^7.3|^8.0|^8.1|^8.2"
},
"license": "MIT",
"authors": [
Expand Down

0 comments on commit 37bdccf

Please sign in to comment.