Skip to content
This repository has been archived by the owner on Jun 20, 2018. It is now read-only.

Commit

Permalink
Changing interfaces names to psr
Browse files Browse the repository at this point in the history
  • Loading branch information
Ítalo Lelis de Vietro committed Aug 26, 2014
1 parent 2d7ea5d commit eb6a36e
Show file tree
Hide file tree
Showing 25 changed files with 403 additions and 128 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
}
],
"require": {
"easyframework/generics": "1.0.*"
"easyframework/generics": "2.0.*"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "4.1.*"
},
"autoload": {
"psr-0": {
"psr-4": {
"": "src/"
}
},
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
"dev-master": "3.0-dev"
}
}
}
Loading

0 comments on commit eb6a36e

Please sign in to comment.