Skip to content

Commit

Permalink
Updated composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mmy742 committed Dec 22, 2019
1 parent 9306f16 commit f46ef3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"require": {
"ext-json": "*",
"nikic/fast-route": "^1.3",
"php": "^7.1",
"php": "^7.2",
"psr/container": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0",
Expand All @@ -48,7 +48,7 @@
"http-interop/http-factory-guzzle": "^1.0",
"nyholm/psr7": "^1.1",
"nyholm/psr7-server": "^0.3.0",
"phpunit/phpunit": "^7.5",
"phpunit/phpunit": "^8.5",
"phpspec/prophecy": "^1.10",
"phpstan/phpstan": "^0.11.5",
"slim/http": "^0.7",
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/7.1/phpunit.xsd"
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/8.5/phpunit.xsd"
backupGlobals="false"
backupStaticAttributes="false"
beStrictAboutTestsThatDoNotTestAnything="true"
Expand Down

0 comments on commit f46ef3e

Please sign in to comment.