Skip to content

Commit

Permalink
Merge pull request #21 from nguyenanhung/develop
Browse files Browse the repository at this point in the history
update interface
  • Loading branch information
nguyenanhung authored Dec 13, 2018
2 parents aa2984e + b2f1347 commit c151229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Interfaces/ProjectInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
*/
interface ProjectInterface
{
const VERSION = '0.1.3.14';
const LAST_MODIFIED = '2018-11-28';
const VERSION = '0.1.3.15';
const LAST_MODIFIED = '2018-12-13';
const MIN_PHP_VERSION = '5.3';
const GET = 'GET';
const HEAD = 'HEAD';
Expand Down

0 comments on commit c151229

Please sign in to comment.