2015-03-02 16:59:13 +00:00
|
|
|
{
|
2016-12-19 00:23:45 +00:00
|
|
|
"name": "skobkin/copypaste",
|
2015-03-02 16:59:13 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"type": "project",
|
2016-12-19 00:23:45 +00:00
|
|
|
"description": "Online code sharing app",
|
2015-03-02 16:59:13 +00:00
|
|
|
"autoload": {
|
2019-01-20 01:52:57 +00:00
|
|
|
"psr-4": {
|
|
|
|
"App\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"App\\Tests\\": "tests/"
|
|
|
|
}
|
2015-03-02 16:59:13 +00:00
|
|
|
},
|
2019-01-19 17:34:48 +00:00
|
|
|
"minimum-stability": "stable",
|
2015-03-02 16:59:13 +00:00
|
|
|
"require": {
|
2019-01-19 18:01:34 +00:00
|
|
|
"php": ">=7.1.0",
|
2019-01-19 18:54:52 +00:00
|
|
|
"doctrine/annotations": "^1.3",
|
2016-12-19 00:23:45 +00:00
|
|
|
"doctrine/doctrine-bundle": "^1.4",
|
2019-01-19 18:54:52 +00:00
|
|
|
"doctrine/doctrine-fixtures-bundle": "^2.2",
|
|
|
|
"doctrine/doctrine-migrations-bundle": "^2.0",
|
|
|
|
"doctrine/orm": "^2.5",
|
|
|
|
"incenteev/composer-parameter-handler": "^2.0",
|
2019-01-19 23:39:06 +00:00
|
|
|
"sensio/framework-extra-bundle": "^5",
|
2019-01-19 18:54:52 +00:00
|
|
|
"sentry/sentry-symfony": "^2.2",
|
2019-01-20 01:52:57 +00:00
|
|
|
"symfony/flex": "^1.1",
|
2019-01-19 18:54:52 +00:00
|
|
|
"symfony/monolog-bundle": "^3.1",
|
2015-03-02 20:40:29 +00:00
|
|
|
"theodordiaconu/geshi": "dev-master",
|
2019-01-19 18:54:52 +00:00
|
|
|
"theodordiaconu/geshi-bundle": "dev-master"
|
2019-01-19 17:52:35 +00:00
|
|
|
},"require-dev": {
|
2019-01-20 01:52:57 +00:00
|
|
|
"symfony/web-server-bundle": "^4.2"
|
|
|
|
},
|
|
|
|
"conflict": {
|
|
|
|
"symfony/symfony": "*"
|
2015-03-02 16:59:13 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2019-01-20 01:52:57 +00:00
|
|
|
"auto-scripts": {
|
|
|
|
"cache:clear": "symfony-cmd",
|
|
|
|
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
|
|
|
},
|
2016-12-19 00:23:45 +00:00
|
|
|
"post-install-cmd": [
|
2019-01-20 01:52:57 +00:00
|
|
|
"@auto-scripts"
|
2016-12-19 00:23:45 +00:00
|
|
|
],
|
2015-03-02 16:59:13 +00:00
|
|
|
"post-update-cmd": [
|
2019-01-20 01:52:57 +00:00
|
|
|
"@auto-scripts"
|
2015-03-02 16:59:13 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
2019-01-20 01:52:57 +00:00
|
|
|
"preferred-install": {
|
|
|
|
"*": "dist"
|
|
|
|
},
|
2019-01-19 17:34:48 +00:00
|
|
|
"sort-packages": true
|
2015-03-02 16:59:13 +00:00
|
|
|
},
|
|
|
|
"extra": {
|
2019-01-20 01:52:57 +00:00
|
|
|
"symfony": {
|
|
|
|
"allow-contrib": false
|
2015-03-02 16:59:13 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|