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 0080bbc commit de83d6fCopy full SHA for de83d6f
composer.json
@@ -19,15 +19,15 @@
19
],
20
"license": "MIT",
21
"require": {
22
- "php": "^7.2|^8.0",
+ "php": "^7.2 || ^8.0",
23
"facade/ignition-contracts": "^1.0",
24
- "laravel/framework": "^6.0|^7.0|^8.0"
+ "laravel/framework": "^6.0 || ^7.0 || ^8.0"
25
},
26
"require-dev": {
27
- "orchestra/testbench": ">=3.6",
28
- "phpunit/phpunit": "^8.5|^9.3",
29
- "php-coveralls/php-coveralls": "^2.0",
30
- "spatie/phpunit-snapshot-assertions": "^2.0"
+ "orchestra/testbench": "^5.9 || ^6.4",
+ "phpunit/phpunit": "^8.5 || ^9.3",
+ "php-coveralls/php-coveralls": "^2.4",
+ "spatie/phpunit-snapshot-assertions": "^2.2 || ^4.2"
31
32
"minimum-stability": "dev",
33
"prefer-stable": true,
0 commit comments