Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
Merge details:

commit 9034fe1
Author: Jelle Sebreghts <sebreghts.jelle@gmail.com>
Date:   Wed Jul 17 11:56:19 2019

    Split commands to traits.
  • Loading branch information
Jelle-S committed Jul 17, 2019
2 parents cc7be75 + 9034fe1 commit a5d2e89
Show file tree
Hide file tree
Showing 9 changed files with 368 additions and 333 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"digipolisgent/robo-digipolis-helpers": "^0.2.1",
"digipolisgent/robo-digipolis-helpers": "^1.0@alpha",
"symfony/yaml": "~4",
"vlucas/phpdotenv": "^2.5"
"vlucas/phpdotenv": "^2.5",
"digipolisgent/robo-digipolis-code-validation": "^0.1.1"
},
"require-dev": {
"phpunit/phpunit": "~5|~4.4"
Expand Down
Loading

0 comments on commit a5d2e89

Please sign in to comment.