Skip to content

Commit

Permalink
added easyAdmin bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
msalakhov-smartorange committed Mar 22, 2022
1 parent 280315f commit 6162981
Show file tree
Hide file tree
Showing 7 changed files with 1,400 additions and 993 deletions.
7 changes: 6 additions & 1 deletion app/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-migrations-bundle": "^3.1",
"doctrine/orm": "^2.9",
"easycorp/easyadmin-bundle": "3.*",
"imagine/imagine": "^1.2",
"phpdocumentor/reflection-docblock": "^5.2",
"sensio/framework-extra-bundle": "^6.1",
Expand Down Expand Up @@ -65,7 +66,11 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"symfony/flex": true,
"symfony/runtime": true
}
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 6162981

Please sign in to comment.