We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a653ac commit c7f6340Copy full SHA for c7f6340
composer.json
@@ -10,13 +10,13 @@
10
],
11
"require": {
12
"php": ">=7.3|>=8.0",
13
- "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0",
+ "illuminate/support": "^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
14
"mikehaertl/php-shellcommand": "^1.6"
15
},
16
"require-dev": {
17
- "phpunit/phpunit": "^9.6",
+ "phpunit/phpunit": "^10.5",
18
"mockery/mockery": "^1.0",
19
- "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0"
+ "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0"
20
21
"autoload": {
22
"psr-4": {
0 commit comments