Skip to content

Commit

Permalink
Update version in composer json to support higher than php 8 and more…
Browse files Browse the repository at this point in the history
… laravel versions (#11)
  • Loading branch information
ricklambrechts authored May 12, 2023
1 parent c8be7a2 commit 8c87d30
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 @@ -39,15 +39,15 @@
}
},
"require": {
"php": "^8.0",
"php": ">=8.0",
"minvws/horsebattery": "^1.1",
"illuminate/support": "^8.0|^9.0"
"illuminate/support": "^8.0|^9.0|^10.0"
},
"require-dev": {
"orchestra/testbench": "^6.0",
"orchestra/testbench": "^6.0|^7.0|^8.0|^9.0",
"phpunit/phpunit": "^9.5",
"vimeo/psalm": "^4.4",
"phpstan/phpstan": "^0.12.80",
"vimeo/psalm": "^5.0",
"phpstan/phpstan": "^1.0",
"squizlabs/php_codesniffer": "^3.6",
"mockery/mockery": "^1.4.3"
},
Expand Down

0 comments on commit 8c87d30

Please sign in to comment.