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 4eccdc9 + a0281fb commit 3fa3174Copy full SHA for 3fa3174
composer.json
@@ -17,13 +17,13 @@
17
],
18
"require": {
19
"php": "^7.2|^8.0|^8.1|^8.2",
20
- "illuminate/support": "~5|^6|^7|^8|^9|^10|^11.0",
21
- "illuminate/pagination": "~5|^6|^7|^8|^9|^10|^11.0"
+ "illuminate/support": "~5|^6|^7|^8|^9|^10|^11.0|^12.0",
+ "illuminate/pagination": "~5|^6|^7|^8|^9|^10|^11.0|^12.0"
22
},
23
"require-dev": {
24
"friendsofphp/php-cs-fixer": "^3.8",
25
"orchestra/testbench": "^3.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
26
- "phpunit/phpunit": "^8.5|^9.0|^10.0"
+ "phpunit/phpunit": "^8.5|^9.0|^10.0|^11.0"
27
28
"autoload": {
29
"psr-4": {
0 commit comments