Skip to content

Commit 46b1aaa

Browse files
committed
[composer] Set dependencies for 4.4.2 release.
1 parent d9d6962 commit 46b1aaa

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

composer.json

+5-12
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
],
1515
"require": {
1616
"php": "^7.4 || ^8.0",
17-
"ibexa/core": "~4.4.x-dev",
18-
"ibexa/rest": "~4.4.0@dev",
17+
"ibexa/core": "~4.4",
18+
"ibexa/rest": "~4.4.0",
1919
"friendsofsymfony/http-cache-bundle": "^2.8",
2020
"friendsofsymfony/http-cache": "^2.9",
2121
"symfony/http-foundation": "^5.0",
@@ -30,8 +30,8 @@
3030
"toflar/psr6-symfony-http-cache-store": "^2.2 || ^3.0"
3131
},
3232
"require-dev": {
33-
"ibexa/ci-scripts": "^0.2@dev",
34-
"ibexa/doctrine-schema": "~4.4.0@dev",
33+
"ibexa/ci-scripts": "^0.2",
34+
"ibexa/doctrine-schema": "~4.4.0",
3535
"phpunit/phpunit": "^8.5",
3636
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
3737
"phpspec/phpspec": "^7.1",
@@ -47,13 +47,6 @@
4747
"EzSystems\\PlatformHttpCacheBundle\\": "src/bundle/"
4848
}
4949
},
50-
"autoload-dev": {
51-
"psr-4": {
52-
"EzSystems\\PlatformHttpCacheBundle\\Tests\\": "tests",
53-
"Ibexa\\Tests\\HttpCache\\": "tests/lib/",
54-
"Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/"
55-
}
56-
},
5750
"autoload-dev": {
5851
"autoload-dev": {
5952
"Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/"
@@ -74,4 +67,4 @@
7467
"dev-main": "4.4.x-dev"
7568
}
7669
}
77-
}
70+
}

0 commit comments

Comments
 (0)