Skip to content

Commit de83d6f

Browse files
committed
Bump all dependencies. Replace deprecated Composer pipe operator
1 parent 0080bbc commit de83d6f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"php": "^7.2|^8.0",
22+
"php": "^7.2 || ^8.0",
2323
"facade/ignition-contracts": "^1.0",
24-
"laravel/framework": "^6.0|^7.0|^8.0"
24+
"laravel/framework": "^6.0 || ^7.0 || ^8.0"
2525
},
2626
"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"
27+
"orchestra/testbench": "^5.9 || ^6.4",
28+
"phpunit/phpunit": "^8.5 || ^9.3",
29+
"php-coveralls/php-coveralls": "^2.4",
30+
"spatie/phpunit-snapshot-assertions": "^2.2 || ^4.2"
3131
},
3232
"minimum-stability": "dev",
3333
"prefer-stable": true,

0 commit comments

Comments
 (0)