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

Commit

Permalink
chore: upgrade deps (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored Jul 23, 2021
1 parent 86870a6 commit 6d8e008
Show file tree
Hide file tree
Showing 3 changed files with 1,279 additions and 2,966 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: "7.4"
php-version: "8.0"
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
coverage: pcov

Expand All @@ -42,7 +42,7 @@ jobs:
# - name: Setup PHP
# uses: shivammathur/setup-php@v2
# with:
# php-version: "7.4"
# php-version: "8.0"
# extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
# coverage: pcov
# - name: Cache dependencies
Expand Down
38 changes: 19 additions & 19 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,27 +10,27 @@
}
],
"require": {
"ergebnis/phpstan-rules": "^0.15",
"pestphp/pest": "^1.11",
"pestphp/pest-plugin-faker": "^1.0",
"pestphp/pest-plugin-laravel": "^1.1",
"pestphp/pest-plugin-livewire": "^1.0",
"spatie/pest-plugin-snapshots": "^1.1",
"ergebnis/phpstan-rules": "^0.15.3",
"friendsofphp/php-cs-fixer": "^2.16",
"graham-campbell/analyzer": "^3.0",
"johnkary/phpunit-speedtrap": "^3.2",
"mockery/mockery": "^1.3",
"nunomaduro/collision": "^5.0",
"nunomaduro/larastan": "^0.6",
"nunomaduro/laravel-mojito": "^0.2",
"pestphp/pest": "^0.3",
"pestphp/pest-plugin-faker": "^0.3",
"pestphp/pest-plugin-laravel": "^0.3",
"pestphp/pest-plugin-livewire": "^0.3",
"phpstan/extension-installer": "^1.0",
"phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12",
"phpunit/phpunit": "^9.3",
"rector/rector": "^0.8",
"spatie/pest-plugin-snapshots": "^0.3.1",
"jasonmccreary/laravel-test-assertions": "^1.0",
"orchestra/testbench": "^6.11",
"fakerphp/faker": "^1.13"
"johnkary/phpunit-speedtrap": "^4.0",
"mockery/mockery": "^1.4",
"nunomaduro/collision": "^5.5",
"nunomaduro/larastan": "^0.7.11",
"nunomaduro/laravel-mojito": "^0.2.8",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-deprecation-rules": "^0.12.6",
"phpstan/phpstan-strict-rules": "^0.12.10",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.11.38",
"jasonmccreary/laravel-test-assertions": "^1.1",
"orchestra/testbench": "^6.19",
"fakerphp/faker": "^1.15"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 6d8e008

Please sign in to comment.