Last active
April 30, 2016 16:12
-
-
Save ceceprawiro/2b9b5db65475332f726ed727b195a8c6 to your computer and use it in GitHub Desktop.
Silex 1.3, Doctrine ORM untuk security plus Migration.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"require": { | |
"silex/silex" : "~1.3", | |
"silex/web-profiler" : "~1.0", | |
"symfony/http-kernel" : "~2.8", | |
"symfony/event-dispatcher" : "~2.8", | |
"symfony/filesystem" : "~2.8", | |
"symfony/http-foundation" : "~2.8", | |
"symfony/intl" : "~2.8", | |
"symfony/property-access" : "~2.8", | |
"symfony/routing" : "~2.8", | |
"symfony/dom-crawler" : "~2.8", | |
"symfony/config" : "~2.8", | |
"symfony/yaml" : "~2.8", | |
"symfony/debug" : "~2.8", | |
"symfony/form" : "~2.8", | |
"symfony/translation" : "~2.8", | |
"symfony/security" : "~2.8", | |
"symfony/security-csrf" : "~2.8", | |
"symfony/serializer" : "~2.8", | |
"symfony/validator" : "~2.8", | |
"symfony/process" : "~2.8", | |
"symfony/finder" : "~2.8", | |
"symfony/twig-bridge" : "~2.8", | |
"symfony/monolog-bridge" : "~2.8", | |
"symfony/doctrine-bridge" : "~2.8", | |
"doctrine/dbal" : "~2.4", | |
"swiftmailer/swiftmailer" : "~5.4", | |
"gridonic/console-service-provider" : "~1.0", | |
"saxulum/saxulum-doctrine-orm-manager-registry-provider" : "~2.4" | |
}, | |
"require-dev": { | |
"fzaninotto/Faker" : "~1.5", | |
"gridonic/migration-service-provider" : "~1.0.8", | |
"symfony/browser-kit" : "~2.8", | |
"symfony/css-selector" : "~2.8" | |
}, | |
"minimum-stability" : "dev", | |
"prefer-stable" : true, | |
"autoload": { | |
"psr-4": { | |
"App\\" : "src/App", | |
"Migrations\\" : "etc/migrations" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment