Skip to content

Commit 5f4d27a

Browse files
authored
Merge pull request #15 from aburakovskiy/php71
fix: add support php 7.1
2 parents e442cc6 + f3878b7 commit 5f4d27a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/run-tests-L7.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
php: [8.0, 7.4, 7.3, 7.2]
12+
php: [8.0, 7.4, 7.3, 7.2, 7.1]
1313
laravel: [7.*, 6.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515
include:

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3 || ^8.0",
19+
"php": "^7.1 || ^7.3 || ^8.0",
2020
"aws/aws-sdk-php": "^3.145",
2121
"illuminate/support": "5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0"
2222
},
2323
"require-dev": {
24-
"orchestra/testbench": "^5.0 || ^6.0",
25-
"phpunit/phpunit": "^8.4 || ^9.3.3"
24+
"orchestra/testbench": "^3.8 || ^5.0 || ^6.0",
25+
"phpunit/phpunit": "^7.0 || ^8.4 || ^9.3.3"
2626
},
2727
"autoload": {
2828
"psr-4": {

0 commit comments

Comments
 (0)