Skip to content

Commit 8ca150a

Browse files
authored
Merge pull request #9 from WonderNetwork/feature/upgrade-deps
composer update
2 parents 869966e + ab9771c commit 8ca150a

File tree

5 files changed

+683
-770
lines changed

5 files changed

+683
-770
lines changed

composer.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@
66
"ext-json": "*",
77
"slim/slim": "^4.14",
88
"slim/psr7": "^1.6",
9-
"php-di/php-di": "^6.4",
10-
"dusank/knapsack": "^10.0",
9+
"php-di/php-di": "^7",
1110
"php-di/slim-bridge": "^3.4",
12-
"symfony/console": "^5.4",
13-
"symfony/finder": "^5.4",
11+
"symfony/console": "^5.4 | ^6 | ^7",
12+
"symfony/finder": "^5.4 | ^6 | ^7",
1413
"symfony/property-access": "^7.2",
1514
"symfony/serializer": "^7.2",
1615
"phpstan/phpdoc-parser": "^2.0",
17-
"phpdocumentor/reflection-docblock": "^5.6"
16+
"phpdocumentor/reflection-docblock": "^5.6",
17+
"wondernetwork/php-collection-library": "^10.0"
1818
},
1919
"license": "MIT",
2020
"autoload": {
@@ -41,8 +41,8 @@
4141
}
4242
],
4343
"require-dev": {
44-
"phpstan/phpstan": "^1.12",
45-
"phpunit/phpunit": "^9.6",
44+
"phpstan/phpstan": "^2",
45+
"phpunit/phpunit": "^11",
4646
"bnf/phpstan-psr-container": "^1.0"
4747
}
4848
}

0 commit comments

Comments
 (0)