Skip to content

Commit 285d1a9

Browse files
author
timothee
committed
php8.2 pour symfony 7
1 parent 3f11f4b commit 285d1a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"psr-4": { "steevanb\\PhpUrlTest\\": "" }
88
},
99
"require": {
10-
"php": "^7.1 || ^8.1",
11-
"steevanb/php-yaml": "dev-symfony61",
12-
"symfony/console": "^3.2||^4.3||^5.1||^6",
13-
"symfony/options-resolver": "^3.2||^4.3||^5.1||^6"
10+
"php": "^8.2",
11+
"steevanb/php-yaml": "dev-php82",
12+
"symfony/console": "^3.2||^4.3||^5.1||^6||^7",
13+
"symfony/options-resolver": "^3.2||^4.3||^5.1||^6||^7"
1414
},
1515
"bin": ["bin/urltest"],
1616
"repositories": [

0 commit comments

Comments
 (0)