Skip to content

Commit 632de41

Browse files
committed
Update for PHP 8.0
1 parent ffd3b51 commit 632de41

File tree

3 files changed

+4
-39
lines changed

3 files changed

+4
-39
lines changed

Diff for: .github/workflows/psalm.yml

-33
This file was deleted.

Diff for: .github/workflows/tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,12 @@ jobs:
3131
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
3232

3333
- name: Setup PHP
34-
uses: shivammathur/setup-php@v1
34+
uses: shivammathur/setup-php@v2
3535
with:
3636
php-version: ${{ matrix.php }}
3737
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
3838
coverage: none
39+
ini-values: 'extension=php_fileinfo.dll'
3940

4041
- name: Install dependencies
4142
run: |

Diff for: composer.json

+2-5
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,12 @@
2020
"guzzlehttp/guzzle": "~7.0|~6.0|~5.0|~4.0",
2121
"firebase/php-jwt": "^5.0",
2222
"illuminate/support": "^7.0|^8.0|^9.0",
23-
"macsidigital/laravel-oauth2-client": "^1.1"
23+
"macsidigital/laravel-oauth2-client": "^1.2"
2424
},
2525
"require-dev": {
2626
"friendsofphp/php-cs-fixer": "^2.16",
2727
"orchestra/testbench": "^4.0|^5.0|^6.0",
28-
"phpunit/phpunit": "^8.0|^9.0",
29-
"psalm/plugin-laravel": "^1.4",
30-
"vimeo/psalm": "^3.11"
28+
"phpunit/phpunit": "^8.0|^9.0"
3129
},
3230
"autoload": {
3331
"psr-4": {
@@ -40,7 +38,6 @@
4038
}
4139
},
4240
"scripts": {
43-
"psalm": "vendor/bin/psalm",
4441
"test": "vendor/bin/phpunit",
4542
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
4643
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"

0 commit comments

Comments
 (0)