Skip to content
This repository has been archived by the owner on Aug 10, 2022. It is now read-only.

Commit

Permalink
Removed redundant devtools pointer in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
archdevil666pl committed Feb 9, 2017
1 parent bc31882 commit 0edcc85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@
"email": "vegas@amsterdam-standard.pl"
}
],
"repositories": [
{
"type" : "git",
"url" : "https://github.com/phalcon/phalcon-devtools.git"
}
],
"require": {
"php": "^5.5 || ^7.0",
"ext-phalcon": "^3.0",
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ phpunit:
- TERM=xterm-256color
- MONGO_DB_NAME=vegas_test
links:
- mongo:vegas-cmf-auth-mongo
- mysql:vegas-cmf-auth-mysql
- mongo:vegas-cmf-core-mongo
- mysql:vegas-cmf-core-mysql
volumes:
- ./:/opt

0 comments on commit 0edcc85

Please sign in to comment.