Skip to content

Commit 63834f7

Browse files
authored
Merge pull request tetranz#146 from duhui/master
Update to use PSR4
2 parents 2a10b89 + fb5a2b6 commit 63834f7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tetranz/select2entity-bundle",
33
"type": "symfony-bundle",
4-
"description": "A Symfony2 bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.",
4+
"description": "A Symfony bundle that integrates Select2 as a drop-in replacement for a standard entity field on a Symfony form.",
55
"keywords": ["symfony","select2", "typeahead","autocomplete"],
66
"license": "MIT",
77
"authors": [
@@ -16,9 +16,8 @@
1616
"twig/twig": ">=2.9"
1717
},
1818
"autoload": {
19-
"psr-0": { "Tetranz\\Select2EntityBundle": "" }
19+
"psr-4": { "Tetranz\\Select2EntityBundle\\": "" }
2020
},
21-
"target-dir": "Tetranz/Select2EntityBundle",
2221
"extra": {
2322
"branch-alias": {
2423
}

0 commit comments

Comments
 (0)