Skip to content

Commit

Permalink
Removed PagerInterface.php as it has moved to samsonframework/base mo…
Browse files Browse the repository at this point in the history
…dule

Added dependency
  • Loading branch information
vitalyiegorov committed Apr 21, 2015
1 parent 1a29d43 commit 2754488
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 29 deletions.
39 changes: 21 additions & 18 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
{
"name":"samsonos/php_pager",
"author":"Vitaly Iegorov <[email protected]>",
"require":{
"samsonos/php_activerecord": "*"
},
"license":"Open Software License (OSL) v 3.0",
"homepage":"http://samsonphp.com/",
"require-dev": {
"phpunit/phpunit": "4.1.*",
"phpunit/dbunit": ">=1.2"
},
"license":"Open Software License (OSL) v 3.0",
"homepage":"http://samsonos.com/",
"autoload": {
"classmap": ["src/"],
"psr-0": {
"samsonos\\pager\\": "src/"
}
"name": "samsonos/php_pager",
"author": "Vitaly Iegorov <[email protected]>",
"require": {
"samsonos/php_activerecord": "*"
},
"license": "Open Software License (OSL) v 3.0",
"homepage": "http://samsonphp.com/",
"require": {
"samsonframework/base": "*"
},
"require-dev": {
"phpunit/phpunit": "4.1.*",
"phpunit/dbunit": ">=1.2"
},
"license": "Open Software License (OSL) v 3.0",
"homepage": "http://samsonos.com/",
"autoload": {
"classmap": ["src/"],
"psr-0": {
"samsonos\\pager\\": "src/"
}
}
}
11 changes: 0 additions & 11 deletions src/PagerInterface.php

This file was deleted.

0 comments on commit 2754488

Please sign in to comment.