Skip to content

Commit c8158f4

Browse files
committed
Update something
Signed-off-by: Fery Wardiyanto <[email protected]>
1 parent d9d0cae commit c8158f4

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

composer.json

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,25 +16,22 @@
1616
"issues": "https://github.com/projek-xyz/slim-plates/issues",
1717
"source": "https://github.com/projek-xyz/slim-plates"
1818
},
19-
"repositories": [
20-
{
21-
"type": "vcs",
22-
"url": "https://github.com/projek-xyz/slim-plates"
23-
}
24-
],
2519
"autoload": {
2620
"psr-4": {
2721
"Projek\\Slim\\": "src/"
2822
}
2923
},
24+
"autoload-dev": {
25+
"psr-4": {
26+
"Projek\\Slim\\Tests\\": "tests/"
27+
}
28+
},
3029
"require": {
3130
"php": ">=5.5.0",
3231
"league/plates": "~3.1.0",
33-
"pimple/pimple": "^3.0",
34-
"psr/http-message": "^1.0"
32+
"slim/slim": "3.x-dev"
3533
},
3634
"require-dev": {
37-
"slim/slim": "3.x-dev",
3835
"phpunit/phpunit": "~4.0"
3936
}
4037
}

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

33
<phpunit
4+
bootstrap="vendor/autoload.php"
45
backupGlobals="false"
56
backupStaticAttributes="false"
67
convertErrorsToExceptions="true"

0 commit comments

Comments
 (0)