Skip to content

Commit c7c8754

Browse files
authored
chore(php-support): add support for php 5.6 and 7.1
* fix(php): add support for php 5.6 and 7.1 * fix(actions): test actions not working with version conflict
1 parent 57c777f commit c7c8754

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": ">=7.1",
27+
"php": "^5.6|^7.1",
2828
"craftsys/msg91-php": "^0.8",
2929
"illuminate/support": "^5.2|^6.0|^7.0"
3030
},
3131
"require-dev": {
32-
"orchestra/testbench": "^4.2|^5.0",
33-
"phpunit/phpunit": "^8.4"
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)