Skip to content

Commit

Permalink
Update for PHP 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhall17 committed Jan 5, 2021
1 parent ffd3b51 commit 632de41
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 39 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/psalm.yml

This file was deleted.

3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ jobs:
key: dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}

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

- name: Install dependencies
run: |
Expand Down
7 changes: 2 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,12 @@
"guzzlehttp/guzzle": "~7.0|~6.0|~5.0|~4.0",
"firebase/php-jwt": "^5.0",
"illuminate/support": "^7.0|^8.0|^9.0",
"macsidigital/laravel-oauth2-client": "^1.1"
"macsidigital/laravel-oauth2-client": "^1.2"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"orchestra/testbench": "^4.0|^5.0|^6.0",
"phpunit/phpunit": "^8.0|^9.0",
"psalm/plugin-laravel": "^1.4",
"vimeo/psalm": "^3.11"
"phpunit/phpunit": "^8.0|^9.0"
},
"autoload": {
"psr-4": {
Expand All @@ -40,7 +38,6 @@
}
},
"scripts": {
"psalm": "vendor/bin/psalm",
"test": "vendor/bin/phpunit",
"test-coverage": "vendor/bin/phpunit --coverage-html coverage",
"format": "vendor/bin/php-cs-fixer fix --allow-risky=yes"
Expand Down

0 comments on commit 632de41

Please sign in to comment.