Skip to content

Commit

Permalink
Merge pull request #8 from Sweetchuck/use-app-process-helper
Browse files Browse the repository at this point in the history
Use app process helper
  • Loading branch information
Sweetchuck authored May 1, 2018
2 parents 6a38abf + db08d01 commit 5f91614
Show file tree
Hide file tree
Showing 9 changed files with 593 additions and 432 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ _custom:
working_directory: '~/repo'
steps:
- 'checkout'
-
run:
<<: *step__run__upgrade_git
# -
# run:
# <<: *step__run__upgrade_git
-
run:
<<: *step__run__install_php_extensions
Expand Down
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sweetchuck/robo-phpmd",
"description": "Template to create a new Robo task.",
"license": "GPL-2.0",
"license": "GPL-2.0-or-later",
"config": {
"bin-dir": "bin",
"sort-packages": true
Expand All @@ -13,18 +13,17 @@
"consolidation/robo": "^1.0",
"danielstjules/stringy": "^3.1",
"phpmd/phpmd": "^2.6",
"symfony/process": "^3.2"
"webmozart/path-util": "^2.3"
},
"require-dev": {
"codeception/codeception": "^2.2",
"mikey179/vfsStream": "^1.6",
"sweetchuck/codeception-module-robo-task-runner": "^0.0",
"sweetchuck/codeception-module-robo-task-runner": "^0.4",
"sweetchuck/git-hooks": "^0.0",
"sweetchuck/robo-git": "^0.0",
"sweetchuck/robo-phpcs": "^0.0",
"symfony/finder": "^3.2",
"symfony/yaml": "^3.2",
"webmozart/path-util": "^2.3"
"symfony/finder": "^3.2 || ^4.0",
"symfony/yaml": "^3.2 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 5f91614

Please sign in to comment.