|
2 | 2 | "name": "ec-europa/oe-poetry-client",
|
3 | 3 | "description": "Client library for the European Commission Poetry Service",
|
4 | 4 | "type": "library",
|
5 |
| - "minimum-stability": "stable", |
| 5 | + "minimum-stability": "dev", |
6 | 6 | "prefer-stable": true,
|
7 | 7 | "license": "EUPL-1.2",
|
8 | 8 | "require": {
|
9 | 9 | "ext-soap": "*",
|
10 | 10 | "jeremeamia/superclosure": "~2.2",
|
11 | 11 | "league/plates": "^3.3.0",
|
12 |
| - "php": ">=7.3", |
| 12 | + "php": ">=7.4", |
13 | 13 | "pimple/pimple": "~3.2.3",
|
14 | 14 | "psr/log": "~1",
|
15 |
| - "symfony/dom-crawler": "^3.4 || ^4.4", |
| 15 | + "symfony/dom-crawler": "^3.4 || ^4.4.12", |
16 | 16 | "symfony/event-dispatcher": "^3.4 || ^4.4",
|
17 | 17 | "symfony/expression-language": "^3.4 || ^4.4",
|
18 | 18 | "symfony/validator": "^3.4 || ^4.4",
|
19 | 19 | "symfony/yaml": "^3.4 || ^4.4"
|
20 | 20 | },
|
21 | 21 | "require-dev": {
|
22 |
| - "guzzle/guzzle": "~2.7 || ~3.0", |
23 |
| - "internations/http-mock": "~0.8", |
24 |
| - "mockery/mockery": "^0.9.9", |
25 |
| - "openeuropa/code-review": "~1.7", |
26 |
| - "peridot-php/leo": "~1.6", |
27 |
| - "phpspec/phpspec": "~4.0@alpha", |
28 |
| - "phpunit/phpunit": "~6.0" |
| 22 | + "internations/http-mock": "dev-php74#cd52a62136c98b1b66eca6edbd564a3a91f7e79c", |
| 23 | + "lstrojny/hmmmath": "^0.8", |
| 24 | + "mockery/mockery": "^1.5", |
| 25 | + "openeuropa/code-review": "^2.0", |
| 26 | + "phpspec/phpspec": "^7.0", |
| 27 | + "phpunit/phpunit": "^8.0" |
29 | 28 | },
|
| 29 | + "_readme": [ |
| 30 | + "We need to lock internations/http-mock on dev branch with a stable commit since the component doesn't support php7.4 yet.", |
| 31 | + "We need to set symfony/dom-crawler as minimum 4.4.12 due to potential errors on higher php versions.", |
| 32 | + "We need to add dependency of lstrojny/hmmmath to guarantee correct compatiblity with lower versions." |
| 33 | + ], |
30 | 34 | "suggest": {
|
31 | 35 | "monolog/monolog": "Log Poetry requests and responses via Monolog",
|
32 | 36 | "ec-europa/oe-poetry-behat": "Test Poetry service integration with Behat"
|
|
41 | 45 | "EC\\Poetry\\Tests\\": "./tests/src/",
|
42 | 46 | "spec\\EC\\Poetry\\": "./spec/"
|
43 | 47 | }
|
| 48 | + }, |
| 49 | + "config": { |
| 50 | + "sort-packages": true, |
| 51 | + "allow-plugins": { |
| 52 | + "cweagans/composer-patches": true, |
| 53 | + "dealerdirect/phpcodesniffer-composer-installer": true, |
| 54 | + "phpro/grumphp": true |
| 55 | + } |
44 | 56 | }
|
45 | 57 | }
|
0 commit comments