Skip to content

Commit 0080bbc

Browse files
committed
Rollback specific PHP versioning, update PHPUnit
1 parent d996726 commit 0080bbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
],
2020
"license": "MIT",
2121
"require": {
22-
"php": "^7.2.5|^8.0",
22+
"php": "^7.2|^8.0",
2323
"facade/ignition-contracts": "^1.0",
2424
"laravel/framework": "^6.0|^7.0|^8.0"
2525
},
2626
"require-dev": {
2727
"orchestra/testbench": ">=3.6",
28-
"phpunit/phpunit": "^7.0|^8.0",
28+
"phpunit/phpunit": "^8.5|^9.3",
2929
"php-coveralls/php-coveralls": "^2.0",
3030
"spatie/phpunit-snapshot-assertions": "^2.0"
3131
},

0 commit comments

Comments
 (0)