|
1 | 1 | {
|
2 | 2 | "name": "php-http/httplug-bundle",
|
3 |
| - "description": "Symfony integration for HTTPlug", |
4 | 3 | "type": "symfony-bundle",
|
5 |
| - "keywords": ["http", "discovery", "adapter", "message", "factory", "bundle", "httplug", "php-http"], |
| 4 | + "description": "Symfony integration for HTTPlug", |
| 5 | + "keywords": [ |
| 6 | + "http", |
| 7 | + "discovery", |
| 8 | + "adapter", |
| 9 | + "message", |
| 10 | + "factory", |
| 11 | + "bundle", |
| 12 | + "httplug", |
| 13 | + "php-http" |
| 14 | + ], |
6 | 15 | "homepage": "http://httplug.io",
|
7 | 16 | "license": "MIT",
|
8 | 17 | "authors": [
|
|
32 | 41 | "symfony/http-kernel": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1",
|
33 | 42 | "symfony/options-resolver": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1"
|
34 | 43 | },
|
| 44 | + "conflict": { |
| 45 | + "php-http/guzzle6-adapter": "<1.1" |
| 46 | + }, |
35 | 47 | "require-dev": {
|
36 | 48 | "guzzlehttp/psr7": "^1.0",
|
37 | 49 | "matthiasnoback/symfony-dependency-injection-test": "^3.0",
|
|
53 | 65 | "symfony/web-profiler-bundle": "^3.4.20 || ^4.0.15 || ^4.1.9 || ^4.2.1",
|
54 | 66 | "twig/twig": "^1.36 || ^2.6"
|
55 | 67 | },
|
56 |
| - "conflict": { |
57 |
| - "php-http/guzzle6-adapter": "<1.1" |
58 |
| - }, |
59 | 68 | "suggest": {
|
60 |
| - "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle", |
61 | 69 | "php-http/cache-plugin": "To configure clients that cache responses",
|
62 |
| - "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily" |
| 70 | + "php-http/mock-client": "Add this to your require-dev section to mock HTTP responses easily", |
| 71 | + "twig/twig": "Add this to your require-dev section when using the WebProfilerBundle" |
| 72 | + }, |
| 73 | + "config": { |
| 74 | + "sort-packages": true |
| 75 | + }, |
| 76 | + "extra": { |
| 77 | + "branch-alias": { |
| 78 | + "dev-master": "1.x-dev" |
| 79 | + } |
63 | 80 | },
|
64 | 81 | "autoload": {
|
65 | 82 | "psr-4": {
|
|
77 | 94 | "tests/Resources/app/AppKernel.php"
|
78 | 95 | ]
|
79 | 96 | },
|
| 97 | + "minimum-stability": "dev", |
| 98 | + "prefer-stable": true, |
80 | 99 | "scripts": {
|
81 | 100 | "test": "vendor/bin/simple-phpunit",
|
82 | 101 | "test-ci": "vendor/bin/simple-phpunit --coverage-text --coverage-clover=build/coverage.xml"
|
83 |
| - }, |
84 |
| - "config": { |
85 |
| - "sort-packages": true |
86 |
| - }, |
87 |
| - "extra": { |
88 |
| - "branch-alias": { |
89 |
| - "dev-master": "1.x-dev" |
90 |
| - } |
91 |
| - }, |
92 |
| - "prefer-stable": true, |
93 |
| - "minimum-stability": "dev" |
| 102 | + } |
94 | 103 | }
|
0 commit comments