Séparation du bundle.
Showing
+151 -0
.gitignore
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "irstea/file-upload-bundle", | ||
"description": "Bundle de gestion de fichiers intégrée à Symfony et Twitter-Bootstrap.", | ||
"license": "proprietary", | ||
"authors": [ | ||
{ "name": "Pôle Informatique Scientifique - Direction des Systèmes d'Information", "email": "dsi.poleis@lists.irstea.fr" }, | ||
{ "name": "Guillaume Perréal" } | ||
], | ||
"minimum-stability": "stable", | ||
"homepage": "https://forge.irstea.fr/projects/irstea-file-upload-bundle", | ||
"support": { | ||
"email": "irstea-file-upload-bundle.support@lists.irsta.fr", | ||
"issues": "https://forge.irstea.fr/projects/irstea-file-upload-bundle/issues", | ||
"wiki": "https://forge.irstea.fr/projects/irstea-file-upload-bundle/wiki", | ||
"source": "https://forge.irstea.fr/projects/irstea-file-upload-bundle/repository" | ||
}, | ||
"autoload": { | ||
"psr-4": { "Irstea\\FileUploadBundle\\": "./" } | ||
}, | ||
"repositories": [ | ||
{ "type": "composer", "url": "http://istest.lyon.cemagref.fr/satis" } | ||
], | ||
"require": { | ||
"php": ">=5.4", | ||
"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", | ||
"knplabs/knp-gaufrette-bundle": "0.1.*", | ||
"rhumsaa/uuid": "~2.8", | ||
"blueimp/jquery-file-upload": "~9.9", | ||
"willdurand/js-translation-bundle": "~2.2" | ||
}, | ||
"require-dev": { | ||
"sensio/generator-bundle": "~2.3", | ||
"phpunit/phpunit": "~4.5", | ||
"phpmd/phpmd": "~2.2", | ||
"squizlabs/php_codesniffer": "~2.3", | ||
"cleentfaar/tissue": "dev-master", | ||
"cleentfaar/tissue-bundle": "dev-master", | ||
"cleentfaar/tissue-clamav-adapter": "dev-master" | ||
}, | ||
"suggest": { | ||
"cleentfaar/tissue": "dev-master", | ||
"cleentfaar/tissue-bundle": "dev-master", | ||
"cleentfaar/tissue-clamav-adapter": "dev-master" | ||
}, | ||
"extra": { | ||
"branch-alias": { | ||
"dev-master": "1.0-dev" | ||
} | ||
} | ||
} |
phpci.yml
0 → 100755
phpmd.xml
0 → 100755
phpunit.xml.dist
0 → 100755
Please register or sign in to comment