Skip to content

Commit 55cf8b8

Browse files
committed
update tooling
1 parent 97e259b commit 55cf8b8

5 files changed

Lines changed: 1826 additions & 802 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ vendor
44
cache
55
.idea
66
.phpunit.result.cache
7+
.phpunit.cache

.styleci.yml

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

composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,16 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.2",
19+
"php": "^8.3",
2020
"league/flysystem": "^3.15",
21-
"saloonphp/cache-plugin": "^3.0",
22-
"saloonphp/saloon": "^3.0"
21+
"saloonphp/cache-plugin": "^3.1",
22+
"saloonphp/saloon": "^4.0"
2323
},
2424
"require-dev": {
25-
"laravel/pint": "^1.10",
25+
"laravel/pint": "^1.0",
2626
"mockery/mockery": "^1.6",
27-
"pestphp/pest": "^1.23",
28-
"phpstan/phpstan": "^1.10",
29-
"phpunit/phpunit": "^9.0"
30-
},
27+
"pestphp/pest": "^4.0",
28+
"phpstan/phpstan": "^2.1"},
3129
"autoload": {
3230
"psr-4": {
3331
"FredBradley\\PhpSteerApi\\": "src"

0 commit comments

Comments
 (0)