Skip to content

Commit

Permalink
remove view path from commands
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardovilarinho committed Nov 7, 2017
1 parent 3b8f09b commit e189dfa
Show file tree
Hide file tree
Showing 13 changed files with 650 additions and 2,402 deletions.
1 change: 0 additions & 1 deletion .gitattributes

This file was deleted.

12 changes: 0 additions & 12 deletions build.xml

This file was deleted.

13 changes: 1 addition & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,13 @@
"type": "framework",
"license": "GPL-3.0",
"minimum-stability": "stable",
"version": "1.0.6",
"version": "1.0.7",
"authors": [
{
"name": "Leonardo Vilarinho",
"email": "leonardo-s@outlook.com"
}
],
"scripts": {
"post-install-cmd": [
"PhpGitHooks\\Infrastructure\\Composer\\ConfiguratorScript::buildConfig"
],
"post-update-cmd": [
"PhpGitHooks\\Infrastructure\\Composer\\ConfiguratorScript::buildConfig"
]
},
"support": {
"issues": "https://github.com/leonardovilarinho/insphptor/issues"
},
Expand All @@ -40,16 +32,13 @@
"require": {
"symfony/finder": "~v3.3.2",
"webmozart/json": "~1.2.2",
"gemorroj/syntax": "~2.0.0",
"symfony/yaml": "^3.3",
"symfony/process": "^3.3",
"symfony/console": "^3.3",
"duncan3dc/fork-helper": "^2.2",
"symfony/filesystem": "^3.3"
},
"require-dev": {
"phpunit/phpunit": "^6.2",
"bruli/php-git-hooks": "^5.1",
"squizlabs/php_codesniffer": "*"
}
}
Loading

0 comments on commit e189dfa

Please sign in to comment.