|
12 | 12 | }
|
13 | 13 | ],
|
14 | 14 | "require": {
|
15 |
| - "php": "^7.1", |
| 15 | + "php": "^7.4 || ^8.0", |
16 | 16 | "php-http/client-common": "^1.0 || ^2.0",
|
17 | 17 | "php-http/client-implementation": "^1.0",
|
18 | 18 | "php-http/httplug": "^1.0 || ^2.0",
|
19 | 19 | "php-http/message": "^1.0",
|
20 | 20 | "php-http/message-factory": "^1.0",
|
21 |
| - "php-xapi/exception": "^0.1 || ^0.2", |
22 |
| - "php-xapi/model": "^1.0 || ^2.0 || ^3.0", |
23 |
| - "php-xapi/serializer": "^2.0", |
24 |
| - "php-xapi/serializer-implementation": "^2.0", |
25 |
| - "php-xapi/symfony-serializer": "^2.0", |
| 21 | + "php-xapi/exception": "^1.0", |
| 22 | + "php-xapi/model": "^4.0", |
| 23 | + "php-xapi/serializer": "^4.0", |
| 24 | + "php-xapi/symfony-serializer": "^3.0", |
26 | 25 | "psr/http-message": "^1.0"
|
27 | 26 | },
|
28 | 27 | "require-dev": {
|
29 |
| - "phpspec/phpspec": "^2.4", |
| 28 | + "phpspec/phpspec": "^6.0 || ^7.0", |
30 | 29 | "php-http/mock-client": "^1.2",
|
31 |
| - "php-xapi/test-fixtures": "^1.0", |
| 30 | + "php-xapi/test-fixtures": "^2.0", |
32 | 31 | "symfony/phpunit-bridge": "^5.2"
|
33 | 32 | },
|
34 | 33 | "minimum-stability": "dev",
|
|
54 | 53 | "branch-alias": {
|
55 | 54 | "dev-master": "0.7.x-dev"
|
56 | 55 | }
|
57 |
| - } |
| 56 | + }, |
| 57 | + "config": { |
| 58 | + "allow-plugins": { |
| 59 | + "php-http/discovery": false |
| 60 | + } |
| 61 | + }, |
| 62 | + "repositories": [ |
| 63 | + { |
| 64 | + "type": "git", |
| 65 | + "url": "https://github.com/erickr/php-xapi-exception.git" |
| 66 | + }, |
| 67 | + { |
| 68 | + "type": "git", |
| 69 | + "url": "https://github.com/erickr/php-xapi-model.git" |
| 70 | + }, |
| 71 | + { |
| 72 | + "type": "git", |
| 73 | + "url": "https://github.com/erickr/php-xapi-json-test-fixtures.git" |
| 74 | + }, { |
| 75 | + "type": "git", |
| 76 | + "url": "https://github.com/erickr/php-xapi-test-fixtures.git" |
| 77 | + }, |
| 78 | + { |
| 79 | + "type": "git", |
| 80 | + "url": "https://github.com/erickr/php-xapi-serializer.git" |
| 81 | + }, |
| 82 | + { |
| 83 | + "type": "git", |
| 84 | + "url": "https://github.com/erickr/php-xapi-symfony-serializer.git" |
| 85 | + } |
| 86 | + ] |
58 | 87 | }
|
0 commit comments