We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c139f11 commit 0374c8fCopy full SHA for 0374c8f
composer.json
@@ -10,14 +10,14 @@
10
},
11
"license": "MIT",
12
"require": {
13
- "php": "^8.1",
14
- "illuminate/support": "^8.0|^9.0|^10.0|^11.0"
+ "php": "^8.0",
+ "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0"
15
16
"require-dev": {
17
"phpunit/phpunit": "^10.0",
18
"mockery/mockery": "^1.4.4",
19
"fakerphp/faker": "^1.9.1",
20
- "orchestra/testbench": "^8.5"
+ "orchestra/testbench": "^8.5|^9.0|^10.0|^11.0|^12.0"
21
22
"autoload": {
23
"psr-4": {
0 commit comments