Major overhaul:
* Switched to semantic ui. * Add searching by location or tag * Reworked the forms
This commit is contained in:
parent
741e1c403a
commit
1f6c3c5fd4
51 changed files with 43286 additions and 771 deletions
|
@ -24,16 +24,16 @@
|
|||
"symfony/symfony": "2.5.*",
|
||||
"doctrine/orm": "~2.2,>=2.2.3",
|
||||
"doctrine/doctrine-bundle": "~1.2",
|
||||
"twig/extensions": "~1.0",
|
||||
"twig/extensions": "~1.1",
|
||||
"symfony/assetic-bundle": "~2.3",
|
||||
"symfony/swiftmailer-bundle": "~2.3",
|
||||
"symfony/monolog-bundle": "~2.4",
|
||||
"sensio/distribution-bundle": "~3.0",
|
||||
"sensio/framework-extra-bundle": "~3.0",
|
||||
"incenteev/composer-parameter-handler": "~2.0",
|
||||
"braincrafted/bootstrap-bundle": "~2.0",
|
||||
"twbs/bootstrap": "3.0.*",
|
||||
"jquery/jquery": "1.10.*"
|
||||
"jquery/jquery": "1.10.*",
|
||||
"knplabs/knp-markdown-bundle": "~1.3",
|
||||
"jsvrcek/ics": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"sensio/generator-bundle": "~2.3"
|
||||
|
|
Reference in a new issue