Skip to content

Commit e3082d7

Browse files
author
Jonathon Hill
committed
chore: upgrade deps
1 parent 273a6b1 commit e3082d7

File tree

2 files changed

+807
-2002
lines changed

2 files changed

+807
-2002
lines changed

composer.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{
1616
"name": "Jonathon Hill",
1717
"email": "[email protected]"
18+
},
19+
{
20+
"name": "Yani",
21+
"email": "[email protected]"
1822
}
1923
],
2024
"homepage": "https://github.com/compwright/php-session",
@@ -39,26 +43,26 @@
3943
"require": {
4044
"php": "^8.0 || ^8.1 || ^8.2",
4145
"dflydev/fig-cookies": "^3.0",
42-
"psr/simple-cache": "^2 || ^3",
43-
"psr/http-message": "^1",
46+
"psr/simple-cache": "^1 || ^2 || ^3",
47+
"psr/http-message": "^1 || ^2",
4448
"psr/http-server-handler": "^1",
4549
"psr/http-server-middleware": "^1"
4650
},
4751
"require-dev": {
48-
"behat/behat": "^3.8",
52+
"behat/behat": "^3.13",
4953
"bramus/monolog-colored-line-formatter": "^3.0",
5054
"friendsofphp/php-cs-fixer": "^3.11",
5155
"kodus/file-cache": "^2",
5256
"league/flysystem": "^3.12",
5357
"matthiasmullie/scrapbook": "^1.4",
5458
"middlewares/access-log": "^2.0",
5559
"monolog/monolog": "^3.2",
56-
"php-di/php-di": "^6.3",
60+
"php-di/php-di": "^7.0",
5761
"phpstan/phpstan": "^1.8",
58-
"phpunit/phpunit": "^9.5",
62+
"phpunit/phpunit": "^10.5",
5963
"psr/log": "^2 || ^3",
60-
"slim/psr7": "^1.4",
61-
"slim/slim": "^4.8"
64+
"slim/psr7": "^1.6",
65+
"slim/slim": "^4.11"
6266
},
6367
"autoload": {
6468
"psr-4": {

0 commit comments

Comments
 (0)