Skip to content

Commit

Permalink
Merge pull request #32 from alexander-schranz/patch-1
Browse files Browse the repository at this point in the history
Allow evenement/evenement 3.0 version
  • Loading branch information
jens1o authored Feb 12, 2020
2 parents 48c31f7 + 21ef016 commit e0d96a2
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
@@ -1,4 +1,5 @@
language: php
dist: trusty

sudo: false

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
],
"require": {
"php" : ">=5.5",
"evenement/evenement" : "^2.0|^1.0",
"evenement/evenement" : "^3.0|^2.0|^1.0",
"psr/log" : "^1.0",
"symfony/process" : "^2.3|^3.0|^4.0"
},
Expand Down

0 comments on commit e0d96a2

Please sign in to comment.