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

Commit 6d8e008

Browse files
authored
chore: upgrade deps (#8)
1 parent 86870a6 commit 6d8e008

File tree

3 files changed

+1279
-2966
lines changed

3 files changed

+1279
-2966
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
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

@@ -42,7 +42,7 @@ jobs:
4242
# - name: Setup PHP
4343
# uses: shivammathur/setup-php@v2
4444
# with:
45-
# php-version: "7.4"
45+
# php-version: "8.0"
4646
# extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
4747
# coverage: pcov
4848
# - name: Cache dependencies

composer.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@
1010
}
1111
],
1212
"require": {
13-
"ergebnis/phpstan-rules": "^0.15",
13+
"pestphp/pest": "^1.11",
14+
"pestphp/pest-plugin-faker": "^1.0",
15+
"pestphp/pest-plugin-laravel": "^1.1",
16+
"pestphp/pest-plugin-livewire": "^1.0",
17+
"spatie/pest-plugin-snapshots": "^1.1",
18+
"ergebnis/phpstan-rules": "^0.15.3",
1419
"friendsofphp/php-cs-fixer": "^2.16",
1520
"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"
21+
"johnkary/phpunit-speedtrap": "^4.0",
22+
"mockery/mockery": "^1.4",
23+
"nunomaduro/collision": "^5.5",
24+
"nunomaduro/larastan": "^0.7.11",
25+
"nunomaduro/laravel-mojito": "^0.2.8",
26+
"phpstan/extension-installer": "^1.1",
27+
"phpstan/phpstan-deprecation-rules": "^0.12.6",
28+
"phpstan/phpstan-strict-rules": "^0.12.10",
29+
"phpunit/phpunit": "^9.5",
30+
"rector/rector": "^0.11.38",
31+
"jasonmccreary/laravel-test-assertions": "^1.1",
32+
"orchestra/testbench": "^6.19",
33+
"fakerphp/faker": "^1.15"
3434
},
3535
"extra": {
3636
"laravel": {

0 commit comments

Comments
 (0)