Skip to content

Commit

Permalink
Remove dependency on Pimple
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Obuhovich committed Nov 11, 2015
1 parent 400657b commit b86fb86
Show file tree
Hide file tree
Showing 12 changed files with 1,292 additions and 255 deletions.
11 changes: 6 additions & 5 deletions composer.json
Expand Up @@ -17,7 +17,6 @@
"behat/mink": "~1.6@dev",
"behat/mink-selenium2-driver": "~1.2",
"symfony/event-dispatcher": "~2.4",
"pimple/pimple": "~2.0|~3.0",
"phpunit/phpunit": ">=3.7.8"
},

Expand All @@ -27,14 +26,16 @@
},

"autoload": {
"psr-0": {
"aik099\\": "./library/"
"psr-4": {
"aik099\\PHPUnit\\": "library/aik099/PHPUnit",
"PimpleCopy\\Pimple\\": "library/PimpleCopy/Pimple"
}
},

"autoload-dev": {
"psr-0": {
"tests\\aik099\\": "./"
"psr-4": {
"tests\\aik099\\PHPUnit\\": "tests/aik099/PHPUnit",
"tests\\PimpleCopy\\Pimple\\": "tests/PimpleCopy/Pimple"
}
},

Expand Down

0 comments on commit b86fb86

Please sign in to comment.