Skip to content

Commit

Permalink
[composer] Set dependencies for 4.4.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
webhdx committed Feb 20, 2023
1 parent 4afad4c commit 1e3650c
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
],
"require": {
"php": "^7.4 || ^8.0",
"ibexa/core": "~4.4.x-dev",
"ibexa/rest": "~4.4.0@dev",
"ibexa/core": "~4.4",
"ibexa/rest": "~4.4.0",
"friendsofsymfony/http-cache-bundle": "^2.8",
"friendsofsymfony/http-cache": "^2.9",
"symfony/http-foundation": "^5.0",
Expand All @@ -30,8 +30,8 @@
"toflar/psr6-symfony-http-cache-store": "^2.2 || ^3.0"
},
"require-dev": {
"ibexa/ci-scripts": "^0.2@dev",
"ibexa/doctrine-schema": "~4.4.0@dev",
"ibexa/ci-scripts": "^0.2",
"ibexa/doctrine-schema": "~4.4.0",
"phpunit/phpunit": "^8.5",
"matthiasnoback/symfony-dependency-injection-test": "^4.3",
"phpspec/phpspec": "^7.1",
Expand All @@ -47,13 +47,6 @@
"EzSystems\\PlatformHttpCacheBundle\\": "src/bundle/"
}
},
"autoload-dev": {
"psr-4": {
"EzSystems\\PlatformHttpCacheBundle\\Tests\\": "tests",
"Ibexa\\Tests\\HttpCache\\": "tests/lib/",
"Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/"
}
},
"autoload-dev": {
"autoload-dev": {
"Ibexa\\Tests\\Bundle\\HttpCache\\": "tests/bundle/"
Expand All @@ -74,4 +67,4 @@
"dev-main": "4.4.x-dev"
}
}
}
}

0 comments on commit 1e3650c

Please sign in to comment.