|
15 | 15 | {
|
16 | 16 | "name": "Jonathon Hill",
|
17 | 17 |
|
| 18 | + }, |
| 19 | + { |
| 20 | + "name": "Yani", |
| 21 | + |
18 | 22 | }
|
19 | 23 | ],
|
20 | 24 | "homepage": "https://github.com/compwright/php-session",
|
|
39 | 43 | "require": {
|
40 | 44 | "php": "^8.0 || ^8.1 || ^8.2",
|
41 | 45 | "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", |
44 | 48 | "psr/http-server-handler": "^1",
|
45 | 49 | "psr/http-server-middleware": "^1"
|
46 | 50 | },
|
47 | 51 | "require-dev": {
|
48 |
| - "behat/behat": "^3.8", |
| 52 | + "behat/behat": "^3.13", |
49 | 53 | "bramus/monolog-colored-line-formatter": "^3.0",
|
50 | 54 | "friendsofphp/php-cs-fixer": "^3.11",
|
51 | 55 | "kodus/file-cache": "^2",
|
52 | 56 | "league/flysystem": "^3.12",
|
53 | 57 | "matthiasmullie/scrapbook": "^1.4",
|
54 | 58 | "middlewares/access-log": "^2.0",
|
55 | 59 | "monolog/monolog": "^3.2",
|
56 |
| - "php-di/php-di": "^6.3", |
| 60 | + "php-di/php-di": "^7.0", |
57 | 61 | "phpstan/phpstan": "^1.8",
|
58 |
| - "phpunit/phpunit": "^9.5", |
| 62 | + "phpunit/phpunit": "^10.5", |
59 | 63 | "psr/log": "^2 || ^3",
|
60 |
| - "slim/psr7": "^1.4", |
61 |
| - "slim/slim": "^4.8" |
| 64 | + "slim/psr7": "^1.6", |
| 65 | + "slim/slim": "^4.11" |
62 | 66 | },
|
63 | 67 | "autoload": {
|
64 | 68 | "psr-4": {
|
|
0 commit comments