Skip to content

Commit

Permalink
reduce minimum php version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazeevv committed Jun 9, 2019
1 parent 237372f commit d9587ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php

php:
- 7.3
- 7.2
- nightly

services:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": "^7.3",
"php": "^7.2",
"laravel/framework": "^5.8"
},
"require-dev": {
Expand Down

0 comments on commit d9587ba

Please sign in to comment.