55cde1594b
* doPopup() JavaScript call creates a centered popup div with user defined width, height, title, content, and calls an optional callback function * Library with currently non-modifiable book list, and a popup with the books' details Signed-off-by: Gergely Polonkai <polesz@w00d5t0ck.info>
55 lines
2.1 KiB
JSON
55 lines
2.1 KiB
JSON
{
|
|
"name": "symfony/framework-standard-edition",
|
|
"description": "The \"Symfony Standard Edition\" distribution",
|
|
"autoload": {
|
|
"psr-0": { "": "src/" }
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "http://github.com/w00d5t0ck/IoTcpdfBundle"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.3.3",
|
|
"symfony/symfony": "2.1.*",
|
|
"doctrine/orm": "2.2.*",
|
|
"doctrine/doctrine-bundle": "dev-master",
|
|
"twig/extensions": "dev-master",
|
|
"symfony/assetic-bundle": "dev-master",
|
|
"symfony/swiftmailer-bundle": "dev-master",
|
|
"symfony/monolog-bundle": "dev-master",
|
|
"sensio/distribution-bundle": "dev-master",
|
|
"sensio/framework-extra-bundle": "dev-master",
|
|
"sensio/generator-bundle": "dev-master",
|
|
"jms/security-extra-bundle": "1.1.*",
|
|
"jms/di-extra-bundle": "1.0.*",
|
|
"doctrine/doctrine-migrations-bundle": "dev-master",
|
|
"egeloen/ckeditor-bundle": "dev-master",
|
|
"friendsofsymfony/jsrouting-bundle": "dev-master",
|
|
"gergelypolonkai/tcpdfbundle": "dev-master"
|
|
},
|
|
"scripts": {
|
|
"post-install-cmd": [
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
|
],
|
|
"post-update-cmd": [
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::buildBootstrap",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::clearCache",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installAssets",
|
|
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::installRequirementsFile"
|
|
]
|
|
},
|
|
"config": {
|
|
"bin-dir": "bin"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"extra": {
|
|
"symfony-app-dir": "app",
|
|
"symfony-web-dir": "web"
|
|
}
|
|
}
|