File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments