Skip to content

Commit

Permalink
Merge pull request #70 from aik099/21-remove-dependency-on-pimple
Browse files Browse the repository at this point in the history
Remove dependency on Pimple
  • Loading branch information
Alexander Obuhovich committed May 22, 2016
2 parents 33fdbbc + c0230d6 commit 93a7026
Show file tree
Hide file tree
Showing 12 changed files with 1,312 additions and 264 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|~3.0",
"pimple/pimple": "~2.0|~3.0",
"phpunit/phpunit": "~4|~5"
},

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 93a7026

Please sign in to comment.