Skip to content

Commit

Permalink
Laravel 11 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Torann authored Mar 22, 2024
1 parent 9b3b0c2 commit 5288220
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
}
],
"require": {
"php": "^7.2|^8.0",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
"illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0"
"php": "^7.2|^8.0|^8.1|^8.2|^8.3",
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
"illuminate/cache": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"suggest": {
"illuminate/database": "Allows for storing of currencies in the database"
},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.5.10",
"phpunit/phpunit": "^8.0|^9.5.10|^10.0|^11.0",
"mockery/mockery": "^1.3",
"phpstan/phpstan": "^0.12.14|^1.9",
"squizlabs/php_codesniffer": "^3.5"
Expand Down

0 comments on commit 5288220

Please sign in to comment.