Skip to content

Commit

Permalink
Merge pull request #5 from kossitk/initialisation
Browse files Browse the repository at this point in the history
Add autoload to composer.json
  • Loading branch information
kossitk authored May 4, 2017
2 parents a6230fc + 5fd3577 commit bf1cda4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
{
"name": "kryptomania/extra-form-bundle",
"description": "Some enhancements for symfony forms : Collections and javascripts, selects, dependants fields",
"type": "symfony-bundle",
"keywords": ["collection", "collectionType", "select", "form", "fields", "entity", "entityType"],
"homepage": "https://github.com/Kryptomania/ExtraFormBundle",
"license": "MIT",
"require": {
"php": "^5.5.9 || ^7.0",
"symfony/framework-bundle": "^2.7 || ^3.0"
},
"autoload": {
"psr-4": { "Kryptomania\\ExtraFormBundle\\": "" }
}
}

0 comments on commit bf1cda4

Please sign in to comment.