mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Update composer, fix tests
This commit is contained in:
parent
ceb9fc021f
commit
f9012ba76b
@ -1,5 +1,4 @@
|
|||||||
framework:
|
framework:
|
||||||
charset: UTF-8
|
|
||||||
secret: test
|
secret: test
|
||||||
csrf_protection:
|
csrf_protection:
|
||||||
enabled: true
|
enabled: true
|
||||||
@ -9,7 +8,6 @@ framework:
|
|||||||
test: ~
|
test: ~
|
||||||
default_locale: en
|
default_locale: en
|
||||||
session:
|
session:
|
||||||
auto_start: true
|
|
||||||
storage_id: session.storage.mock_file
|
storage_id: session.storage.mock_file
|
||||||
profiler: { only_exceptions: false }
|
profiler: { only_exceptions: false }
|
||||||
templating: { engines: ['twig'] }
|
templating: { engines: ['twig'] }
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
"symfony/validator": "2.1.*",
|
"symfony/validator": "2.1.*",
|
||||||
"symfony/yaml": "2.1.*"
|
"symfony/yaml": "2.1.*"
|
||||||
},
|
},
|
||||||
|
"minimum-stability": "dev",
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-0": { "Nelmio\\ApiDocBundle": "" }
|
"psr-0": { "Nelmio\\ApiDocBundle": "" }
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user