Skip to content

Commit

Permalink
Merge pull request #23 from renoki-co/upgrade/packages
Browse files Browse the repository at this point in the history
Dropped Laravel 5.x, added 6.x and 7.x
  • Loading branch information
rennokki committed Apr 29, 2020
2 parents f2d00eb + 8b84cdc commit 44785c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4']
php: ['7.2', '7.3', '7.4']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v1
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,12 @@
}
],
"require": {
"laravel/framework": "~5.5|^6.0"
"laravel/framework": "^6.0|^7.0"
},
"require-dev": {
"doctrine/dbal": "^2.8@dev",
"phpunit/phpunit": "^8.0",
"orchestra/testbench": "~4.2.0",
"orchestra/database": "~4.2.0"
"doctrine/dbal": "^2.8",
"orchestra/testbench": "^5.0",
"orchestra/database": "^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 44785c7

Please sign in to comment.