Skip to content

Commit

Permalink
composer try version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Velliz committed Dec 6, 2017
1 parent be0a28c commit 4ac5f54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 2 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,16 @@
"description": "puko template engine",
"type": "library",
"license": "MIT",
"version": "0.1.0",
"authors": [
{
"name": "didit velliz",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {},
"autoload": {
"psr-4" : {
"pte\\": "lib/"
}
},
"autoload-dev": {
"psr-4" : {
"pte\\": "lib/"
}
}
}
}
2 changes: 0 additions & 2 deletions lib/Pte.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
class Pte implements CustomRender
{

const VERSION = '0.1.0';

protected $ARRAYS = 0;
protected $STRINGS = 1;
protected $BOOLEANS = 2;
Expand Down

0 comments on commit 4ac5f54

Please sign in to comment.