Skip to content

Commit

Permalink
Merge 1862d6d into 8f21b09
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemand committed Mar 4, 2020
2 parents 8f21b09 + 1862d6d commit 59bdbe1
Show file tree
Hide file tree
Showing 3 changed files with 985 additions and 767 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ language: php
php:
- 7.2
- 7.3
- 7.4

before_script:
- travis_retry composer self-update
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -26,13 +26,13 @@
"prefer-stable": true,
"require": {
"php": ">=7.2.0",
"illuminate/contracts": "5.8.*|^6.0",
"illuminate/support": "5.8.*|^6.0"
"illuminate/contracts": "5.8.*|^6.0|^7.0",
"illuminate/support": "5.8.*|^6.0|^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.15",
"orchestra/testbench": "^4.0",
"phpunit/phpunit": "^8.3",
"orchestra/testbench": "^4.0|^5.0",
"phpunit/phpunit": "^8.3|^9.0",
"squizlabs/php_codesniffer": "^3.4"
},
"autoload": {
Expand Down

0 comments on commit 59bdbe1

Please sign in to comment.