|
|
|
@ -22,27 +22,28 @@
|
|
|
|
|
"ext-PDO": "*",
|
|
|
|
|
"ext-SimpleXML": "*",
|
|
|
|
|
"ext-xml": "*",
|
|
|
|
|
"doctrine/dbal": "^2.8",
|
|
|
|
|
"erusev/parsedown": "^1.6",
|
|
|
|
|
"illuminate/container": "5.5.*",
|
|
|
|
|
"illuminate/database": "5.5.*",
|
|
|
|
|
"illuminate/support": "5.5.*",
|
|
|
|
|
"doctrine/dbal": "^2.9",
|
|
|
|
|
"erusev/parsedown": "^1.7",
|
|
|
|
|
"illuminate/container": "5.8.*",
|
|
|
|
|
"illuminate/database": "5.8.*",
|
|
|
|
|
"illuminate/support": "5.8.*",
|
|
|
|
|
"nikic/fast-route": "^1.3",
|
|
|
|
|
"nyholm/psr7": "^1.1",
|
|
|
|
|
"psr/container": "^1.0",
|
|
|
|
|
"psr/http-server-middleware": "^1.0",
|
|
|
|
|
"psr/log": "^1.0",
|
|
|
|
|
"swiftmailer/swiftmailer": "^6.1",
|
|
|
|
|
"symfony/http-foundation": "^3.3",
|
|
|
|
|
"symfony/psr-http-message-bridge": "^1.0",
|
|
|
|
|
"psr/log": "^1.1",
|
|
|
|
|
"swiftmailer/swiftmailer": "^6.2",
|
|
|
|
|
"symfony/http-foundation": "^4.3",
|
|
|
|
|
"symfony/psr-http-message-bridge": "^1.2",
|
|
|
|
|
"twig/extensions": "^1.5",
|
|
|
|
|
"twig/twig": "~2.6.0"
|
|
|
|
|
"twig/twig": "~2.6.0",
|
|
|
|
|
"vlucas/phpdotenv": "^3.3"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"dms/phpunit-arraysubset-asserts": "^0.1.0",
|
|
|
|
|
"filp/whoops": "^2.1",
|
|
|
|
|
"filp/whoops": "^2.3",
|
|
|
|
|
"phpunit/phpunit": "^8.1",
|
|
|
|
|
"symfony/var-dumper": "^3.3"
|
|
|
|
|
"symfony/var-dumper": "^4.3"
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
"psr-4": {
|
|
|
|
|