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 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" : {
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" ,
You can’t perform that action at this time.
0 commit comments