Skip to content

Commit

Permalink
[composer] Set dependencies for 1.0.10 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Serwatka committed Jan 18, 2022
1 parent 098174e commit 2da8d17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
}
},
"autoload-dev": {
"psr-4": {
"EzSystems\\EzPlatformMatrixFieldtype\\Integration\\Tests\\": "tests/integration/"
}
"psr-4": {
"EzSystems\\EzPlatformMatrixFieldtype\\Integration\\Tests\\": "tests/integration/"
}
},
"require": {
"php": "^7.1",
"ext-libxml": "*",
"ext-simplexml": "*",
"ezsystems/ezplatform-graphql": "^1.0.4@dev"
"ezsystems/ezplatform-graphql": "^1.0.4"
},
"require-dev": {
"ezsystems/ezplatform-code-style": "^0.1.0",
Expand All @@ -43,4 +43,4 @@
"dev-tmp_ci_branch": "1.0.x-dev"
}
}
}
}

0 comments on commit 2da8d17

Please sign in to comment.