Skip to content

Commit

Permalink
Merge pull request #7 from kos195/upgrade-illuminate-packages
Browse files Browse the repository at this point in the history
Upgrade illuminate packages to support Lumen 7
  • Loading branch information
kos195 authored May 20, 2020
2 parents 2d33a2c + 7335463 commit 45271a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: precise
language: php

php:
- 7.2
- 7.3

before_install:
- echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
}
],
"require": {
"php": ">=7.2.0",
"illuminate/support": "^6.0",
"illuminate/routing": "^6.0",
"php": ">=7.3.0",
"illuminate/support": "^7.0",
"illuminate/routing": "^7.0",
"beatlabs/prometheus_client_php": "dev-master"
},
"repositories": [
Expand All @@ -34,6 +34,6 @@
"phpunit/phpunit": "^8.0",
"mockery/mockery": "^1.0",
"friendsofphp/php-cs-fixer": "2.*",
"orchestra/testbench": "^3.9"
"orchestra/testbench": "^5.2"
}
}

0 comments on commit 45271a5

Please sign in to comment.