|
2 | 2 | "name": "friendsofsymfony/oauth-server-bundle",
|
3 | 3 | "type": "symfony-bundle",
|
4 | 4 | "description": "Symfony2 OAuth Server Bundle",
|
5 |
| - "keywords": ["oauth", "oauth2", "server"], |
| 5 | + "keywords": [ |
| 6 | + "oauth", |
| 7 | + "oauth2", |
| 8 | + "server" |
| 9 | + ], |
6 | 10 | "homepage": "http://friendsofsymfony.github.com",
|
7 | 11 | "license": "MIT",
|
8 | 12 | "authors": [
|
9 | 13 | {
|
10 |
| - "name": "Arnaud Le Blanc", |
11 |
| - |
| 14 | + "name": "Arnaud Le Blanc", |
| 15 | + |
12 | 16 | },
|
13 | 17 | {
|
14 | 18 | "name": "FriendsOfSymfony Community",
|
|
18 | 22 | "require": {
|
19 | 23 | "php": "^7.1",
|
20 | 24 | "friendsofsymfony/oauth2-php": "~1.1",
|
21 |
| - "symfony/dependency-injection": "~3.0|~4.0", |
22 |
| - "symfony/framework-bundle": "~3.0|~4.0", |
23 |
| - "symfony/security-bundle": "~3.0|~4.0" |
| 25 | + "symfony/dependency-injection": "~3.0 || ~4.0", |
| 26 | + "symfony/framework-bundle": "~3.0 || ~4.0", |
| 27 | + "symfony/security-bundle": "~3.0 || ~4.0" |
24 | 28 | },
|
25 | 29 | "require-dev": {
|
26 | 30 | "doctrine/doctrine-bundle": "~1.0",
|
27 | 31 | "doctrine/mongodb-odm": "~1.0",
|
28 | 32 | "doctrine/orm": "~2.2",
|
29 | 33 | "phing/phing": "~2.4",
|
30 |
| - "php-mock/php-mock-phpunit": "~1.0|~2.0", |
| 34 | + "php-mock/php-mock-phpunit": "~1.0 || ~2.0", |
31 | 35 | "phpstan/phpstan-phpunit": "~0.9",
|
32 | 36 | "phpstan/phpstan-shim": "~0.9",
|
33 |
| - "phpunit/phpunit": "~5.0|~6.0", |
| 37 | + "phpunit/phpunit": "~5.0 || ~6.0", |
34 | 38 | "propel/propel1": "~1.6",
|
35 |
| - "symfony/class-loader": "~3.0|~4.0", |
36 |
| - "symfony/console": "~3.0|~4.0", |
37 |
| - "symfony/form": "~3.0|~4.0", |
38 |
| - "symfony/phpunit-bridge": "~3.0|~4.0", |
39 |
| - "symfony/templating": "~3.0|~4.0", |
40 |
| - "symfony/twig-bundle": "~3.0|^4.0", |
41 |
| - "symfony/yaml": "~3.0|~4.0", |
| 39 | + "symfony/class-loader": "~3.0 || ~4.0", |
| 40 | + "symfony/console": "~3.0 || ~4.0", |
| 41 | + "symfony/form": "~3.0 || ~4.0", |
| 42 | + "symfony/phpunit-bridge": "~3.0 || ~4.0", |
| 43 | + "symfony/templating": "~3.0 || ~4.0", |
| 44 | + "symfony/twig-bundle": "~3.0 || ^4.0", |
| 45 | + "symfony/yaml": "~3.0 || ~4.0", |
42 | 46 | "willdurand/propel-typehintable-behavior": "~1.0"
|
43 | 47 | },
|
44 | 48 | "suggest": {
|
45 | 49 | "doctrine/doctrine-bundle": "*",
|
46 | 50 | "doctrine/mongodb-odm-bundle": "*",
|
47 | 51 | "propel/propel-bundle": "If you want to use Propel with Symfony2, then you will have to install the PropelBundle",
|
48 |
| - "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces", |
49 |
| - "symfony/form" : "Needed to be able to use the AuthorizeFormType", |
50 |
| - "symfony/console": "Needed to be able to use commands" |
51 |
| - }, |
52 |
| - "autoload": { |
53 |
| - "psr-4": { "FOS\\OAuthServerBundle\\": "" }, |
54 |
| - "exclude-from-classmap": ["/Tests/"] |
| 52 | + "symfony/console": "Needed to be able to use commands", |
| 53 | + "symfony/form": "Needed to be able to use the AuthorizeFormType", |
| 54 | + "willdurand/propel-typehintable-behavior": "The Typehintable behavior is useful to add type hints on generated methods, to be compliant with interfaces" |
55 | 55 | },
|
56 | 56 | "config": {
|
57 | 57 | "sort-packages": true
|
|
60 | 60 | "branch-alias": {
|
61 | 61 | "dev-master": "2.0.x-dev"
|
62 | 62 | }
|
| 63 | + }, |
| 64 | + "autoload": { |
| 65 | + "psr-4": { |
| 66 | + "FOS\\OAuthServerBundle\\": "" |
| 67 | + }, |
| 68 | + "exclude-from-classmap": [ |
| 69 | + "/Tests/" |
| 70 | + ] |
63 | 71 | }
|
64 | 72 | }
|
0 commit comments