Skip to content

Commit

Permalink
Merge pull request #3 from internalsystemerror/bump-uuid-version
Browse files Browse the repository at this point in the history
fix(deps): Allow ramsey/uuid v4
  • Loading branch information
codeliner authored Oct 4, 2020
2 parents c9a9feb + 8af61e6 commit d98061e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,17 @@
],
"require": {
"php": "^7.2",
"roave/security-advisories": "dev-master",
"event-engine/php-persistence": "^0.8",
"event-engine/php-messaging": "^0.1",
"event-engine/php-engine-utils": "^0.1",
"event-engine/php-messaging": "^0.1",
"event-engine/php-persistence": "^0.8",
"prooph/event-store": "^7.0",
"ramsey/uuid" : "^3.6"
"roave/security-advisories": "dev-master"
},
"require-dev": {
"malukenho/docheader": "^0.1.4",
"phpunit/phpunit": "^7.0",
"prooph/php-cs-fixer-config": "^0.3",
"satooshi/php-coveralls": "^1.0",
"malukenho/docheader": "^0.1.4"
"satooshi/php-coveralls": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit d98061e

Please sign in to comment.