Skip to content

Commit bfc67c1

Browse files
EDIT: Allowing ^7.0 for Symfony packages
1 parent 6597978 commit bfc67c1

File tree

2 files changed

+468
-242
lines changed

2 files changed

+468
-242
lines changed

composer.json

+27-27
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,31 @@
11
{
2-
"name": "halloverden/symfony-http-exceptions-bundle",
3-
"description": "Bundle for halloverden/symfony-http-exceptions",
4-
"type": "symfony-bundle",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Tom Roar Furunes",
9-
"email": "[email protected]"
10-
},
11-
{
12-
"name": "Erich Json Fosse",
13-
"email": "[email protected]"
14-
}
15-
],
16-
"minimum-stability": "dev",
17-
"prefer-stable": true,
18-
"require": {
19-
"php":">=8.1",
20-
"symfony/http-kernel": "^5.4|^6.1",
21-
"symfony/dependency-injection": "^5.4|^6.1",
22-
"halloverden/symfony-http-exceptions": "^1.0|^2.0",
23-
"ext-json": "*",
24-
"symfony/config": "^5.4|^6.1"
2+
"name": "halloverden/symfony-http-exceptions-bundle",
3+
"description": "Bundle for halloverden/symfony-http-exceptions",
4+
"type": "symfony-bundle",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Tom Roar Furunes",
9+
"email": "[email protected]"
2510
},
26-
"autoload": {
27-
"psr-4": {
28-
"HalloVerden\\HttpExceptionsBundle\\": ""
29-
}
11+
{
12+
"name": "Erich Json Fosse",
13+
"email": "[email protected]"
3014
}
15+
],
16+
"minimum-stability": "dev",
17+
"prefer-stable": true,
18+
"require": {
19+
"ext-json": "*",
20+
"halloverden/symfony-http-exceptions": "^1.0|^2.0",
21+
"php": ">=8.1",
22+
"symfony/config": "^5.4|^6.4|^7.0",
23+
"symfony/dependency-injection": "^5.4|^6.4|^7.0",
24+
"symfony/http-kernel": "^5.4|^6.4|^7.0"
25+
},
26+
"autoload": {
27+
"psr-4": {
28+
"HalloVerden\\HttpExceptionsBundle\\": ""
29+
}
30+
}
3131
}

0 commit comments

Comments
 (0)