Skip to content

Commit f3316c7

Browse files
authored
ci: use sebastian/comparator<5.0 (#6044)
1 parent a13fee6 commit f3316c7

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

composer.json

+13-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,17 @@
22
"name": "api-platform/state",
33
"description": "API Platform state interfaces",
44
"type": "library",
5-
"keywords": ["REST", "GraphQL", "API", "JSON-LD", "Hydra", "JSONAPI", "OpenAPI", "HAL", "Swagger"],
5+
"keywords": [
6+
"REST",
7+
"GraphQL",
8+
"API",
9+
"JSON-LD",
10+
"Hydra",
11+
"JSONAPI",
12+
"OpenAPI",
13+
"HAL",
14+
"Swagger"
15+
],
616
"homepage": "https://api-platform.com",
717
"license": "MIT",
818
"authors": [
@@ -21,7 +31,8 @@
2131
},
2232
"require-dev": {
2333
"phpspec/prophecy-phpunit": "^2.0",
24-
"symfony/phpunit-bridge": "^6.1"
34+
"symfony/phpunit-bridge": "^6.1",
35+
"sebastian/comparator": "<5.0"
2536
},
2637
"autoload": {
2738
"psr-4": {

0 commit comments

Comments
 (0)