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 12f059c commit 2f0a5dcCopy full SHA for 2f0a5dc
composer.json
@@ -31,16 +31,16 @@
31
],
32
"require": {
33
"php": "^8.0",
34
- "bensampo/laravel-enum": "^5.0|^6.0",
35
- "illuminate/support": "^9.0|^10.0",
+ "bensampo/laravel-enum": "^5.0 || ^6.0",
+ "illuminate/support": "^9.0 || ^10.0",
36
"laravel/nova": "^4.0"
37
},
38
"require-dev": {
39
"joshgaber/novaunit": "dev-l10-compatibility",
40
"laravel/pint": "^1.2",
41
"mockery/mockery": "^1.3.3",
42
- "nunomaduro/collision": "^6.1|^7.0",
43
- "orchestra/testbench": "^7.0|^8.0",
+ "nunomaduro/collision": "^6.1 || ^7.0",
+ "orchestra/testbench": "^7.0 || ^8.0",
44
"phpunit/phpunit": "^9.3.3",
45
"symfony/var-dumper": "^6.0"
46
0 commit comments