Skip to content

Commit d741a9f

Browse files
authored
Merge pull request #17 from internalsystemerror/update-persistence
fix(deps): update event-engine/php-persistence to ^0.8
2 parents 468edfa + 8171a2d commit d741a9f

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

composer.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.1",
19+
"php": "^7.2",
2020
"ext-pdo": "*",
21-
"event-engine/php-persistence": "^0.7"
21+
"event-engine/php-persistence": "^0.8"
2222
},
2323
"require-dev": {
24+
"infection/infection": "^0.15.3",
25+
"malukenho/docheader": "^0.1.8",
26+
"phpspec/prophecy": "^1.12.1",
27+
"phpstan/phpstan": "^0.12.48",
28+
"phpstan/phpstan-strict-rules": "^0.12.5",
29+
"phpunit/phpunit": "^8.5.8",
30+
"prooph/php-cs-fixer-config": "^0.3.1",
31+
"ramsey/uuid" : "^4.1.1",
2432
"roave/security-advisories": "dev-master",
25-
"ramsey/uuid" : "^3.6",
26-
"infection/infection": "^0.11.0",
27-
"malukenho/docheader": "^0.1.4",
28-
"phpspec/prophecy": "^1.7",
29-
"phpstan/phpstan": "^0.10.5",
30-
"phpstan/phpstan-strict-rules": "^0.10.1",
31-
"phpunit/phpunit": "^8.0",
32-
"prooph/php-cs-fixer-config": "^0.3",
33-
"satooshi/php-coveralls": "^1.0"
33+
"php-coveralls/php-coveralls": "^2.2.0"
3434
},
3535
"autoload": {
3636
"psr-4": {

phpunit.xml.dist

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
convertWarningsToExceptions="true"
88
processIsolation="false"
99
stopOnFailure="false"
10-
syntaxCheck="false"
1110
bootstrap="vendor/autoload.php"
1211
>
1312
<testsuite name="prooph software Postgres Document Store for Event Engine Test Suite">

0 commit comments

Comments
 (0)