Skip to content

Commit 5d05b3f

Browse files
committed
wip
1 parent 97865c9 commit 5d05b3f

File tree

6 files changed

+11
-106
lines changed

6 files changed

+11
-106
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@
2929
"psr-discovery/http-client-implementations": "^1.4",
3030
"psr-discovery/http-factory-implementations": "^1.2",
3131
"psr/cache": "^3.0",
32-
"psr/clock": "^1.0.0",
33-
"psr/http-client": "^1.0.0",
34-
"psr/http-factory": "^1.0",
35-
"psr/http-message": "^1.0|^2.0",
36-
"psr/log": "^3.0.0",
32+
"psr/clock": "^1.0",
33+
"psr/http-client": "^1.0",
34+
"psr/http-factory": "^1.1",
35+
"psr/http-message": "^2.0",
36+
"psr/log": "^3.0",
3737
"rector/rector": "^2.2.5",
3838
"symfony/cache": "^7.3",
3939
"symfony/mailer": "^7.2.6",

packages/clock/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "A clock component that handle few simple clock operations.",
44
"require": {
55
"php": "^8.5",
6-
"psr/clock": "^1.0.0",
6+
"psr/clock": "^1.0",
77
"tempest/datetime": "dev-main"
88
},
99
"autoload": {

packages/http-client/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"minimum-stability": "dev",
66
"require": {
77
"php": "^8.5",
8-
"psr/http-client": "^1.0.0",
9-
"psr/http-message": "^1.0|^2.0",
8+
"psr/http-client": "^1.0",
9+
"psr/http-message": "^2.0",
1010
"tempest/container": "dev-main",
1111
"tempest/http": "dev-main",
1212
"tempest/router": "dev-main",

packages/http/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"tempest/container": "dev-main",
1313
"tempest/cryptography": "dev-main",
1414
"laminas/laminas-diactoros": "^3.3",
15-
"psr/http-factory": "^1.0",
16-
"psr/http-message": "^1.0|^2.0",
15+
"psr/http-factory": "^1.1",
16+
"psr/http-message": "^2.0",
1717
"symfony/uid": "^7.1"
1818
},
1919
"autoload": {

packages/log/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"php": "^8.5",
88
"monolog/monolog": "^3.7.0",
9-
"psr/log": "^3.0.0",
9+
"psr/log": "^3.0",
1010
"tempest/container": "dev-main"
1111
},
1212
"autoload": {

packages/testing/src/Actions/ConvertPHPUnit.php

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

0 commit comments

Comments
 (0)