Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 8, 2020
1 parent c92590e commit ef85083
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: actions/checkout@v2

- name: Cache dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: ~/.composer/cache/files
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
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@
],
"require": {
"php" : "^7.4",
"illuminate/support": "^7.21"
"illuminate/support": "^7.21|^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"phpunit/phpunit": "^9.0",
"psalm/plugin-laravel": "^1.2",
"orchestra/testbench":"^5.3",
"orchestra/testbench":"^5.3|^6.0",
"mockery/mockery": "^1.0",
"spatie/test-time": "^1.2",
"vimeo/psalm": "^3.11",
"pestphp/pest": "^0.2.3",
"pestphp/pest-plugin-laravel": "^0.2.0"
"pestphp/pest": "^0.3.0",
"pestphp/pest-plugin-laravel": "^0.3.0"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 0 additions & 4 deletions psalm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,4 @@
<issueHandlers>

</issueHandlers>

<plugins>
<pluginClass class="Psalm\LaravelPlugin\Plugin"/>
</plugins>
</psalm>

0 comments on commit ef85083

Please sign in to comment.