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

Commit 86870a6

Browse files
authored
Revert "chore: upgrade dependencies (#6)" (#7)
1 parent de471b9 commit 86870a6

File tree

4 files changed

+5421
-3051
lines changed

4 files changed

+5421
-3051
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: "8.0"
22+
php-version: "7.4"
2323
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
2424
coverage: pcov
2525

composer.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,28 @@
99
"email": "[email protected]"
1010
}
1111
],
12-
"require-dev": {
13-
"friendsofphp/php-cs-fixer": "^2.0",
14-
"nunomaduro/larastan": "^0.7.10",
12+
"require": {
13+
"ergebnis/phpstan-rules": "^0.15",
14+
"friendsofphp/php-cs-fixer": "^2.16",
1515
"graham-campbell/analyzer": "^3.0",
16-
"pestphp/pest": "^1.10",
17-
"orchestra/testbench": "^6.19",
18-
"spatie/pest-plugin-snapshots": "^1.1",
19-
"nunomaduro/laravel-mojito": "^0.2.8"
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"
2034
},
2135
"extra": {
2236
"laravel": {

0 commit comments

Comments
 (0)