Skip to content

Commit

Permalink
laravel 8 support (#14)
Browse files Browse the repository at this point in the history
* remove php 7.2

* update composer dependencies

* fix(composer.json): Bump awobaz/compoships minimum version for Laravel 8.

Co-authored-by: Paul Rogers <[email protected]>
  • Loading branch information
Tom Schlick and paulrrogers committed Nov 25, 2020
1 parent a8da728 commit 2ff67eb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [7.2, 7.3, 7.4]
php: [7.3, 7.4]
stability: [prefer-lowest, prefer-stable]

name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,18 @@
}
],
"require": {
"php": "^7.2.5",
"awobaz/compoships": "^1.1",
"php": "^7.3",
"awobaz/compoships": "^2.0.3",
"fico7489/laravel-pivot": "^3.0.1",
"laravel/framework": "^7.0",
"orisintel/laravel-process-stamps": "^2.0"
"laravel/framework": "^8.0",
"orisintel/laravel-process-stamps": "^3.0"
},
"require-dev": {
"doctrine/dbal": "^2.9",
"larapack/dd": "^1.0",
"mockery/mockery": "~1.0",
"orchestra/testbench": "^5.0",
"phpunit/phpunit": "^8.0|^9.0"
"orchestra/testbench": "^6.0",
"phpunit/phpunit": "^9.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2ff67eb

Please sign in to comment.