File tree Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Expand file tree Collapse file tree 1 file changed +4
-18
lines changed Original file line number Diff line number Diff line change 17
17
],
18
18
"require" : {
19
19
"php" : " ^7.1" ,
20
- "ext-pdo" : " *"
20
+ "ext-pdo" : " *" ,
21
+ "event-engine/php-persistence" : " ^0.1"
21
22
},
22
23
"require-dev" : {
23
- "event-engine/php-engine" : " dev-master" ,
24
+ "roave/security-advisories" : " dev-master" ,
25
+ "ramsey/uuid" : " ^3.6" ,
24
26
"infection/infection" : " ^0.11.0" ,
25
27
"malukenho/docheader" : " ^0.1.4" ,
26
28
"phpspec/prophecy" : " ^1.7" ,
27
29
"phpstan/phpstan" : " ^0.10.5" ,
28
30
"phpstan/phpstan-strict-rules" : " ^0.10.1" ,
29
31
"phpunit/phpunit" : " ^8.0" ,
30
- "prooph/bookdown-template" : " ^0.2.3" ,
31
32
"prooph/php-cs-fixer-config" : " ^0.3" ,
32
- "roave/security-advisories" : " dev-master" ,
33
33
"satooshi/php-coveralls" : " ^1.0"
34
34
},
35
35
"autoload" : {
47
47
"platform" : {
48
48
}
49
49
},
50
- "minimum-stability" : " dev" ,
51
50
"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
- ],
65
51
"scripts" : {
66
52
"test" : " vendor/bin/phpunit" ,
67
53
"test-coverage" : " phpunit --colors=always --coverage-clover clover.xml" ,
You can’t perform that action at this time.
0 commit comments