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.
2 parents ce5d502 + 0bd2092 commit dd184f0Copy full SHA for dd184f0
composer.json
@@ -9,14 +9,13 @@
9
"license": "MIT",
10
"require": {
11
"php": "^7.2|^8.0",
12
- "illuminate/database": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0",
13
- "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0"
+ "illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0"
14
},
15
"require-dev": {
16
- "friendsofphp/php-cs-fixer": "^3.0",
17
"laravel/pint": "^1.18",
18
"orchestra/testbench": "^4.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0",
19
- "phpunit/phpunit": "^8.4 || ^9.0 || ^10.0"
+ "phpunit/phpunit": "^8.4 || ^9.0 || ^10.0 || ^11.0",
+ "friendsofphp/php-cs-fixer": "^3.0"
20
21
"autoload": {
22
"psr-4": {
0 commit comments