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

Commit de471b9

Browse files
authored
chore: upgrade dependencies (#6)
1 parent 9754392 commit de471b9

File tree

4 files changed

+3053
-5423
lines changed

4 files changed

+3053
-5423
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Setup PHP
2020
uses: shivammathur/setup-php@v2
2121
with:
22-
php-version: "7.4"
22+
php-version: "8.0"
2323
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
2424
coverage: pcov
2525

composer.json

Lines changed: 7 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -9,28 +9,14 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require": {
13-
"ergebnis/phpstan-rules": "^0.15",
14-
"friendsofphp/php-cs-fixer": "^2.16",
12+
"require-dev": {
13+
"friendsofphp/php-cs-fixer": "^2.0",
14+
"nunomaduro/larastan": "^0.7.10",
1515
"graham-campbell/analyzer": "^3.0",
16-
"johnkary/phpunit-speedtrap": "^3.2",
17-
"mockery/mockery": "^1.3",
18-
"nunomaduro/collision": "^5.0",
19-
"nunomaduro/larastan": "^0.6",
20-
"nunomaduro/laravel-mojito": "^0.2",
21-
"pestphp/pest": "^0.3",
22-
"pestphp/pest-plugin-faker": "^0.3",
23-
"pestphp/pest-plugin-laravel": "^0.3",
24-
"pestphp/pest-plugin-livewire": "^0.3",
25-
"phpstan/extension-installer": "^1.0",
26-
"phpstan/phpstan-deprecation-rules": "^0.12",
27-
"phpstan/phpstan-strict-rules": "^0.12",
28-
"phpunit/phpunit": "^9.3",
29-
"rector/rector": "^0.8",
30-
"spatie/pest-plugin-snapshots": "^0.3.1",
31-
"jasonmccreary/laravel-test-assertions": "^1.0",
32-
"orchestra/testbench": "^6.11",
33-
"fakerphp/faker": "^1.13"
16+
"pestphp/pest": "^1.10",
17+
"orchestra/testbench": "^6.19",
18+
"spatie/pest-plugin-snapshots": "^1.1",
19+
"nunomaduro/laravel-mojito": "^0.2.8"
3420
},
3521
"extra": {
3622
"laravel": {

0 commit comments

Comments
 (0)