Skip to content

Commit

Permalink
remove doctrine from base install
Browse files Browse the repository at this point in the history
  • Loading branch information
arroyo committed Sep 13, 2017
1 parent 2e66d8c commit 4132116
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"slim/slim": "^3.8",
"erdiko/theme": "^0.2.0",
"erdiko/session": "^0.1.1",
"erdiko/doctrine": "@dev",
"monolog/monolog": "^1.22"
},
"autoload" : {
Expand All @@ -40,14 +39,5 @@
"start": "php -S 0.0.0.0:8080 -t public public/index.php",
"test": "phpunit",
"erdiko": "docker-compose up -d"
},
"repositories": [
{
"type": "path",
"url": "../doctrine",
"options": {
"symlink": true
}
}
]
}
}

0 comments on commit 4132116

Please sign in to comment.