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 ab0d0d8 commit 41ddaa3Copy full SHA for 41ddaa3
.gitignore
@@ -4,3 +4,4 @@ docs
4
vendor
5
coverage
6
SCRATCH.md
7
+.phpunit.result.cache
composer.json
@@ -20,14 +20,14 @@
20
}
21
],
22
"require": {
23
- "php": "^7.3",
24
- "illuminate/http": "^7.0|^8.0",
25
- "illuminate/support": "^7.0|^8.0"
+ "php": "^8.0",
+ "illuminate/http": "^11.0|^12.0",
+ "illuminate/support": "^11.0|^12.0"
26
},
27
"require-dev": {
28
- "phpunit/phpunit": "^7.0|^8.0|^9.0",
+ "phpunit/phpunit": "^11.0",
29
"larapack/dd": "^1.0",
30
- "orchestra/testbench": "^5.0|^6.0"
+ "orchestra/testbench": "^9.0|^10.0"
31
32
"autoload": {
33
"psr-4": {
0 commit comments