Skip to content

Commit

Permalink
Increase minimum php version
Browse files Browse the repository at this point in the history
  • Loading branch information
paulhenri-l committed Apr 16, 2019
1 parent d3e1c3c commit 9e5cf48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: php

php:
- '7.1'
- '7.2'
- '7.3'

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

0 comments on commit 9e5cf48

Please sign in to comment.