Skip to content

Commit 2ff67eb

Browse files
Tom Schlickpaulrrogers
andauthored
laravel 8 support (#14)
* 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]>
1 parent a8da728 commit 2ff67eb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: true
1313
matrix:
14-
php: [7.2, 7.3, 7.4]
14+
php: [7.3, 7.4]
1515
stability: [prefer-lowest, prefer-stable]
1616

1717
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,18 @@
2323
}
2424
],
2525
"require": {
26-
"php": "^7.2.5",
27-
"awobaz/compoships": "^1.1",
26+
"php": "^7.3",
27+
"awobaz/compoships": "^2.0.3",
2828
"fico7489/laravel-pivot": "^3.0.1",
29-
"laravel/framework": "^7.0",
30-
"orisintel/laravel-process-stamps": "^2.0"
29+
"laravel/framework": "^8.0",
30+
"orisintel/laravel-process-stamps": "^3.0"
3131
},
3232
"require-dev": {
3333
"doctrine/dbal": "^2.9",
3434
"larapack/dd": "^1.0",
3535
"mockery/mockery": "~1.0",
36-
"orchestra/testbench": "^5.0",
37-
"phpunit/phpunit": "^8.0|^9.0"
36+
"orchestra/testbench": "^6.0",
37+
"phpunit/phpunit": "^9.0"
3838
},
3939
"autoload": {
4040
"psr-4": {

0 commit comments

Comments
 (0)