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

Commit d9288ad

Browse files
authored
chore: update dependencies (#2)
1 parent 98379ab commit d9288ad

File tree

9 files changed

+1575
-1998
lines changed

9 files changed

+1575
-1998
lines changed

.github/workflows/format.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/static.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -34,55 +34,23 @@ jobs:
3434

3535
- name: Run PHPStan
3636
run: ./vendor/bin/phpstan analyse --memory-limit=2G
37-
38-
psalm:
39-
runs-on: ubuntu-latest
40-
41-
steps:
42-
- name: Checkout code
43-
uses: actions/checkout@v2
44-
45-
- name: Setup PHP
46-
uses: shivammathur/setup-php@v2
47-
with:
48-
php-version: "7.4"
49-
extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
50-
coverage: pcov
51-
52-
- name: Cache dependencies
53-
uses: actions/cache@v1
54-
with:
55-
path: ~/.composer/cache/files
56-
key: dependencies-composer-${{ hashFiles('composer.json') }}
57-
58-
- name: Install Composer dependencies
59-
run: composer install --no-ansi --no-interaction --no-suggest --no-progress --prefer-dist --optimize-autoloader
60-
61-
- name: Run Psalm
62-
run: ./vendor/bin/psalm
63-
6437
# rector:
6538
# runs-on: ubuntu-latest
66-
6739
# steps:
6840
# - name: Checkout code
6941
# uses: actions/checkout@v2
70-
7142
# - name: Setup PHP
7243
# uses: shivammathur/setup-php@v2
7344
# with:
7445
# php-version: "7.4"
7546
# extensions: mbstring, dom, fileinfo, intl, gd, imagick, bcmath, soap, zip, sqlite, pcov
7647
# coverage: pcov
77-
7848
# - name: Cache dependencies
7949
# uses: actions/cache@v1
8050
# with:
8151
# path: ~/.composer/cache/files
8252
# key: dependencies-composer-${{ hashFiles('composer.json') }}
83-
8453
# - name: Install Composer dependencies
8554
# run: composer install --no-ansi --no-interaction --no-suggest --no-progress --prefer-dist --optimize-autoloader
86-
8755
# - name: Run Rector
8856
# run: ./vendor/bin/rector process app --dry-run

.github/workflows/test.yml

Lines changed: 0 additions & 36 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="./banner.png" />
55
</p>
66

7-
> Static Analysis & Testing for Laravel. Powered by PHPStan, Psalm and Pest.
7+
> Static Analysis & Testing for Laravel. Powered by PHPStan and Pest.
88
99
## Installation
1010

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "arkecosystem/stan",
33
"type": "library",
4-
"description": "Static Analysis & Testing for Laravel. Powered by PHPStan, Psalm and Pest.",
4+
"description": "Static Analysis & Testing for Laravel. Powered by PHPStan and Pest.",
55
"license": "MIT",
66
"authors": [
77
{
@@ -27,11 +27,10 @@
2727
"phpstan/phpstan-deprecation-rules": "^0.12",
2828
"phpstan/phpstan-strict-rules": "^0.12",
2929
"phpunit/phpunit": "^9.3",
30-
"psalm/plugin-laravel": "^1.4",
3130
"rector/rector": "^0.8",
3231
"spatie/pest-plugin-snapshots": "^0.3.1",
33-
"vimeo/psalm": "^4.0",
34-
"jasonmccreary/laravel-test-assertions": "^1.0"
32+
"jasonmccreary/laravel-test-assertions": "^1.0",
33+
"orchestra/testbench": "^6.11"
3534
},
3635
"extra": {
3736
"laravel": {

0 commit comments

Comments
 (0)