Skip to content

Commit af6c710

Browse files
authored
Laravel 8 (#1)
1 parent b008d87 commit af6c710

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest, windows-latest]
12-
php: [7.2, 7.3, 7.4]
13-
laravel: [7.*]
12+
php: [7.4, 7.3]
13+
laravel: [8.*]
1414
dependency-version: [prefer-lowest, prefer-stable]
1515

1616
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

composer.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,17 @@
1212
{
1313
"name": "Daniel Mason",
1414
"email": "[email protected]",
15-
"homepage": "https://danielmason.co.uk",
15+
"homepage": "https://fidum.uk",
1616
"role": "Developer"
1717
}
1818
],
1919
"require": {
20-
"php": ">=7.2.5",
21-
"illuminate/database": "^7.0",
22-
"illuminate/support": "^7.0"
20+
"php": ">=7.3",
21+
"illuminate/database": "^8.0",
22+
"illuminate/support": "^8.0"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.0||^9.0",
26-
"psalm/plugin-laravel": "^1.2",
25+
"phpunit/phpunit": "^9.0",
2726
"vimeo/psalm": "^3.11"
2827
},
2928
"autoload": {

psalm.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<issueHandlers>
1919
</issueHandlers>
2020

21-
<plugins>
22-
<pluginClass class="Psalm\LaravelPlugin\Plugin"/>
23-
</plugins>
21+
<!-- <plugins>-->
22+
<!-- <pluginClass class="Psalm\LaravelPlugin\Plugin"/>-->
23+
<!-- </plugins>-->
2424
</psalm>

0 commit comments

Comments
 (0)