Skip to content

Commit

Permalink
laravel 11 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sairahcaz committed Mar 7, 2024
1 parent f01f4c8 commit c534cf4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
"keywords": ["laravel", "xhprof", "profiling", "profiler", "profile", "php"],
"require": {
"php": ">=7.1",
"laravel/framework": "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0"
},
"require-dev": {
"phpunit/phpunit": "~9.0",
"orchestra/testbench": "~7"
"laravel/framework": "^5.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c534cf4

Please sign in to comment.