Skip to content

Commit d5e5fe2

Browse files
committed
[composer] Set dependencies for 1.2.6 release.
1 parent cf37431 commit d5e5fe2

File tree

1 file changed

+43
-43
lines changed

1 file changed

+43
-43
lines changed

composer.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,45 @@
11
{
2-
"name": "ezsystems/ezplatform-search",
3-
"description": "Platform Search bundle",
4-
"type": "ezplatform-bundle",
5-
"license": "GPL-2.0-only",
6-
"autoload": {
7-
"psr-4": {
8-
"Ibexa\\Platform\\Bundle\\Search\\": "src/bundle/",
9-
"Ibexa\\Platform\\Search\\": "src/lib/"
2+
"name": "ezsystems/ezplatform-search",
3+
"description": "Platform Search bundle",
4+
"type": "ezplatform-bundle",
5+
"license": "GPL-2.0-only",
6+
"autoload": {
7+
"psr-4": {
8+
"Ibexa\\Platform\\Bundle\\Search\\": "src/bundle/",
9+
"Ibexa\\Platform\\Search\\": "src/lib/"
10+
}
11+
},
12+
"autoload-dev": {
13+
"psr-4": {
14+
"Ibexa\\Platform\\Tests\\Bundle\\Search\\": "tests/bundle/",
15+
"Ibexa\\Platform\\Tests\\Search\\": "tests/lib/"
16+
}
17+
},
18+
"require": {
19+
"php": "^7.3 || ^8.0",
20+
"ezsystems/ezplatform-kernel": "^1.3",
21+
"symfony/dependency-injection": "^5.0",
22+
"symfony/http-kernel": "^5.0",
23+
"symfony/http-foundation": "^5.0",
24+
"symfony/config": "^5.0",
25+
"symfony/form": "^5.0",
26+
"symfony/event-dispatcher": "^5.0",
27+
"pagerfanta/pagerfanta": "^2.1"
28+
},
29+
"require-dev": {
30+
"phpunit/phpunit": "^8.5",
31+
"friendsofphp/php-cs-fixer": "^2.16",
32+
"ezsystems/doctrine-dbal-schema": "^1.0",
33+
"ezsystems/ezplatform-code-style": "^0.1"
34+
},
35+
"scripts": {
36+
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
37+
"check-cs": "@fix-cs --dry-run",
38+
"test": "phpunit -c phpunit.xml"
39+
},
40+
"extra": {
41+
"branch-alias": {
42+
"dev-master": "1.2.x-dev"
43+
}
1044
}
11-
},
12-
"autoload-dev": {
13-
"psr-4": {
14-
"Ibexa\\Platform\\Tests\\Bundle\\Search\\": "tests/bundle/",
15-
"Ibexa\\Platform\\Tests\\Search\\": "tests/lib/"
16-
}
17-
},
18-
"require": {
19-
"php": "^7.3 || ^8.0",
20-
"ezsystems/ezplatform-kernel": "^1.3@dev",
21-
"symfony/dependency-injection": "^5.0",
22-
"symfony/http-kernel": "^5.0",
23-
"symfony/http-foundation": "^5.0",
24-
"symfony/config": "^5.0",
25-
"symfony/form": "^5.0",
26-
"symfony/event-dispatcher": "^5.0",
27-
"pagerfanta/pagerfanta": "^2.1"
28-
},
29-
"require-dev": {
30-
"phpunit/phpunit": "^8.5",
31-
"friendsofphp/php-cs-fixer": "^2.16",
32-
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
33-
"ezsystems/ezplatform-code-style": "^0.1"
34-
},
35-
"scripts": {
36-
"fix-cs": "php-cs-fixer fix -v --show-progress=estimating",
37-
"check-cs": "@fix-cs --dry-run",
38-
"test": "phpunit -c phpunit.xml"
39-
},
40-
"extra": {
41-
"branch-alias": {
42-
"dev-master": "1.2.x-dev"
43-
}
44-
}
45-
}
45+
}

0 commit comments

Comments
 (0)