Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit c76fbfc

Browse files
committed
Recover from disaster release (dóh)
1 parent 62be939 commit c76fbfc

File tree

2 files changed

+5
-39
lines changed

2 files changed

+5
-39
lines changed

.github/workflows/psalm.yml

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

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2|^8.0",
17+
"php": "^7.2|^8.0|^8.1",
1818
"illuminate/http": "^6.0|^8.0|^9.0",
19-
"illuminate/support": "^6.0|^8.0|^9.0",
20-
"laravel/framework": "9.*",
21-
"orchestra/testbench": "7.*"
19+
"illuminate/support": "^6.0|^8.0|^9.0"
2220
},
2321
"require-dev": {
2422
"ext-json": "*",
2523
"nunomaduro/larastan": "^1.0",
26-
"phpunit/phpunit": "^7.0|^9.0"
24+
"phpstan/phpstan": "^1.0",
25+
"phpunit/phpunit": "^7.0|^9.0",
26+
"orchestra/testbench": "^4.0|^6.0|^7.0"
2727
},
2828
"suggest": {
2929
"spatie/laravel-query-builder": "Allows to include data on your API responses following the JSON:API"

0 commit comments

Comments
 (0)