Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Commit

Permalink
Merge pull request #11 from ConnectHolland/stable-tactician
Browse files Browse the repository at this point in the history
Allow stable tactician
  • Loading branch information
RonRademaker committed Apr 4, 2016
2 parents 2e63e7f + cd177b0 commit fd98e33
Show file tree
Hide file tree
Showing 3 changed files with 271 additions and 148 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
before_script:
- echo 'extension = mongo.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
- composer self-update
- composer install
- composer install --prefer-source

script:
- vendor/bin/phpunit --coverage-clover=build/logs/clover.xml
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "connectholland/tactician-scheduler-plugin",
"description": "Tactician plugin that allows scheduling a command to be executed at a specific time in the future",
"require": {
"league/tactician": "^0.6.0",
"league/tactician": "^0.6.0 | ^1.0",
"ramsey/uuid": "^2.8",
"symfony/console": "^2.7"
},
Expand Down
Loading

0 comments on commit fd98e33

Please sign in to comment.