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 b624372 commit f9179e8Copy full SHA for f9179e8
composer.json
@@ -29,7 +29,7 @@
29
"require-dev": {
30
"laravel/framework": "^10.0|^11.0|^12.0",
31
"mockery/mockery": "^1.6",
32
- "orchestra/testbench-core": "^8.19|^9.0|^10.0",
+ "orchestra/testbench-core": "^8.19|^9.17|^10.8",
33
"phpstan/phpstan": "^1.10",
34
"phpunit/phpunit": "^10.1|^11.0|^12.0.1",
35
"psy/psysh": "^0.11.12|^0.12",
@@ -56,6 +56,9 @@
56
}
57
},
58
"config": {
59
+ "audit": {
60
+ "block-insecure": false
61
+ },
62
"sort-packages": true
63
64
"scripts": {
0 commit comments