Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pôle IS
Bundles Symfony 2
file-upload-bundle
Commits
5fce39fe
Commit
5fce39fe
authored
Mar 16, 2015
by
Guillaume Perréal
Browse files
Correction des dépendances.
parent
d89df285
Changes
1
Hide whitespace changes
Inline
Side-by-side
composer.json
View file @
5fce39fe
...
...
@@ -22,16 +22,13 @@
],
"require"
:
{
"php"
:
">=5.4"
,
"
symfony/symfony
"
:
"
2.6
.*
"
,
"
symfony/symfony
"
:
"
~
2.6
"
,
"
doctrine/orm
"
:
"
~2.2,>=2.2.3
"
,
"
doctrine/doctrine-bundle
"
:
"
~1.2
"
,
"
twig/extensions
"
:
"
~1.0
"
,
"
symfony/assetic-bundle
"
:
"
~2.3
"
,
"
symfony/monolog-bundle
"
:
"
~2.4
"
,
"
sensio/distribution-bundle
"
:
"
~3.0
"
,
"
sensio/framework-extra-bundle
"
:
"
~3.0
"
,
"
irstea/theme-bundle
"
:
"
dev-master
"
,
"
white-october/pagerfanta-bundle
"
:
"
~1.0
"
,
"
irstea/theme-bundle
"
:
"
~1.4
"
,
"
knplabs/knp-gaufrette-bundle
"
:
"
0.1.*
"
,
"
rhumsaa/uuid
"
:
"
~2.8
"
,
"
blueimp/jquery-file-upload
"
:
"
~9.9
"
,
...
...
@@ -44,12 +41,14 @@
"
squizlabs/php_codesniffer
"
:
"
~2.3
"
,
"
cleentfaar/tissue
"
:
"
dev-master
"
,
"
cleentfaar/tissue-bundle
"
:
"
dev-master
"
,
"
cleentfaar/tissue-clamav-adapter
"
:
"
dev-master
"
"
cleentfaar/tissue-clamav-adapter
"
:
"
dev-master
"
,
"
white-october/pagerfanta-bundle
"
:
"
~1.0
"
},
"suggest"
:
{
"
cleentfaar/tissue
"
:
"
dev-master
"
,
"
cleentfaar/tissue-bundle
"
:
"
dev-master
"
,
"
cleentfaar/tissue-clamav-adapter
"
:
"
dev-master
"
"cleentfaar/tissue"
:
"Pour le scan antivirus."
,
"cleentfaar/tissue-bundle"
:
"Pour le scan antivirus."
,
"cleentfaar/tissue-clamav-adapter"
:
"Pour le scan antivirus."
,
"white-october/pagerfanta-bundle"
:
"Pour utiliser la page d'administration."
},
"extra"
:
{
"branch-alias"
:
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment