Skip to content

Commit b466965

Browse files
author
codeliner
committed
Update dependencies
1 parent 81f3eb6 commit b466965

File tree

1 file changed

+4
-18
lines changed

1 file changed

+4
-18
lines changed

composer.json

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -17,19 +17,19 @@
1717
],
1818
"require": {
1919
"php": "^7.1",
20-
"ext-pdo": "*"
20+
"ext-pdo": "*",
21+
"event-engine/php-persistence": "^0.1"
2122
},
2223
"require-dev": {
23-
"event-engine/php-engine": "dev-master",
24+
"roave/security-advisories": "dev-master",
25+
"ramsey/uuid" : "^3.6",
2426
"infection/infection": "^0.11.0",
2527
"malukenho/docheader": "^0.1.4",
2628
"phpspec/prophecy": "^1.7",
2729
"phpstan/phpstan": "^0.10.5",
2830
"phpstan/phpstan-strict-rules": "^0.10.1",
2931
"phpunit/phpunit": "^8.0",
30-
"prooph/bookdown-template": "^0.2.3",
3132
"prooph/php-cs-fixer-config": "^0.3",
32-
"roave/security-advisories": "dev-master",
3333
"satooshi/php-coveralls": "^1.0"
3434
},
3535
"autoload": {
@@ -47,21 +47,7 @@
4747
"platform": {
4848
}
4949
},
50-
"minimum-stability": "dev",
5150
"prefer-stable": true,
52-
"repositories": [
53-
{
54-
"type": "composer",
55-
"url": "https://packagist.org"
56-
},
57-
{
58-
"packagist": false
59-
},
60-
{
61-
"type": "vcs",
62-
"url": "https://github.com/event-engine/php-engine"
63-
}
64-
],
6551
"scripts": {
6652
"test": "vendor/bin/phpunit",
6753
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",

0 commit comments

Comments
 (0)