Skip to content

Commit

Permalink
Merge pull request #15 from aburakovskiy/php71
Browse files Browse the repository at this point in the history
fix: add support php 7.1
  • Loading branch information
swilla authored Oct 7, 2021
2 parents e442cc6 + f3878b7 commit 5f4d27a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/run-tests-L7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 7.4, 7.3, 7.2]
php: [8.0, 7.4, 7.3, 7.2, 7.1]
laravel: [7.*, 6.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
}
],
"require": {
"php": "^7.3 || ^8.0",
"php": "^7.1 || ^7.3 || ^8.0",
"aws/aws-sdk-php": "^3.145",
"illuminate/support": "5.7.* || 5.8.* ||^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"orchestra/testbench": "^5.0 || ^6.0",
"phpunit/phpunit": "^8.4 || ^9.3.3"
"orchestra/testbench": "^3.8 || ^5.0 || ^6.0",
"phpunit/phpunit": "^7.0 || ^8.4 || ^9.3.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 5f4d27a

Please sign in to comment.