Skip to content

Commit

Permalink
Remove php 7.1 support (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Gerardo Rico Botella <[email protected]>
  • Loading branch information
gricob and Gerardo Rico Botella authored Jun 22, 2020
1 parent 45a362a commit 083f596
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 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.33
- 7.2
- 7.3
- 7.4
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
],
"license": "MIT",
"require": {
"php": "^7.1.33",
"php": "^7.2",
"illuminate/support": "^5.6|^6.0",
"phpunit/phpunit": "^7.5",
"symfony/browser-kit": "^4.4|^5.0",
Expand Down Expand Up @@ -43,8 +43,5 @@
"psr-4": {
"Tests\\": "tests/"
}
},
"conflict": {
"doctrine/lexer": ">1.0.2"
}
}

0 comments on commit 083f596

Please sign in to comment.