Skip to content

Commit

Permalink
Merge pull request #166 from jakzal/build-fix
Browse files Browse the repository at this point in the history
Move rector to its own namespace to prevent conflicts
  • Loading branch information
jakzal authored Dec 11, 2019
2 parents 261ffcb + b730efc commit d72e86c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ matrix:
cache:
directories:
- $HOME/.composer/cache
- build/tools/.composer/cache
before_install:
- echo -e "machine github.com\n login $GH_TOKEN" >> ~/.netrc
- phpenv config-rm xdebug.ini || echo "XDebug is not enabled"
Expand Down
2 changes: 1 addition & 1 deletion resources/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@
"command": {
"composer-bin-plugin": {
"package": "nunomaduro/phpinsights",
"namespace": "tools",
"namespace": "phpinsights",
"links": {"%target-dir%/phpinsights": "phpinsights"}
}
},
Expand Down

0 comments on commit d72e86c

Please sign in to comment.