Skip to content

Commit a51a4ec

Browse files
committed
chore(actions): fix tests
1 parent ca3346d commit a51a4ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"email": "[email protected]"
2525
},
2626
"require": {
27-
"php": "^5.6|^7.1",
27+
"php": "^7.1.3",
2828
"craftsys/msg91-php": "^0.8",
2929
"illuminate/support": "^5.2|^6.0|^7.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "~3.0|^4.0|^5.0",
33-
"phpunit/phpunit": "^5.3|~6.0|~8.0"
32+
"orchestra/testbench": "^3.0|^4.0|^5.0",
33+
"phpunit/phpunit": "^5.3|^6.0|^8.0"
3434
},
3535
"config": {
3636
"optimize-autoloader": true,

0 commit comments

Comments
 (0)