Skip to content

Commit

Permalink
Merge pull request #9 from soarecostin/feature/update-composer-larave…
Browse files Browse the repository at this point in the history
…l-8x

Bump php, orchestra and phpunit versions
  • Loading branch information
soarecostin authored Nov 1, 2020
2 parents 992b429 + 0b2d271 commit ee40ef4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
}
],
"require": {
"php": "^7.1",
"php": "^7.2|^8.0",
"illuminate/support": "5.8.* || 6.*.* || ^7.0 || ^8.0"
},
"require-dev": {
"orchestra/testbench": "3.8.*",
"phpunit/phpunit": "^7.0"
"orchestra/testbench": "^5.0|^6.0",
"phpunit/phpunit": "^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit ee40ef4

Please sign in to comment.