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 Mar 9, 2016
1 parent 33fdbbc commit c0230d6
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
Original file line number Diff line number Diff line change
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
Loading

0 comments on commit c0230d6

Please sign in to comment.