We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f11f4b commit f796ba1Copy full SHA for f796ba1
composer.json
@@ -7,10 +7,10 @@
7
"psr-4": { "steevanb\\PhpUrlTest\\": "" }
8
},
9
"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"
+ "php": "^8.2",
+ "huttopia/php-yaml": "dev-php82",
+ "symfony/console": "^3.2||^4.3||^5.1||^6||^7",
+ "symfony/options-resolver": "^3.2||^4.3||^5.1||^6||^7"
14
15
"bin": ["bin/urltest"],
16
"repositories": [
0 commit comments