Skip to content

Commit

Permalink
Merge pull request #3 from preprocess/feature/update-plugin
Browse files Browse the repository at this point in the history
Update plugin
  • Loading branch information
assertchris authored Sep 10, 2018
2 parents 0c82021 + 71e7032 commit 4b17ed5
Show file tree
Hide file tree
Showing 38 changed files with 2,431 additions and 2,398 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.pre linguist-language=PHP
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor
/coverage
21 changes: 17 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,31 @@
{
"name": "pre/phpx",
"type": "pre-compiler",
"license": "MIT",
"require": {
"pre/plugin": "^0.7.7"
"pre/plugin": "^0.11.0",
"nikic/php-parser": "^4.0",
"gajus/dindent": "^2.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0|^6.0"
},
"autoload": {
"files": [
"src/parser.php",
"src/renderers.php"
"source/functions.php"
],
"psr-4": {
"Pre\\Phpx\\": "source"
}
},
"autoload-dev": {
"files": [
"tests/TestCase.php"
]
},
"extra": {
"compilers": [
"Pre\\Phpx\\compile"
"\\Pre\\Phpx\\compile"
]
}
}
Loading

0 comments on commit 4b17ed5

Please sign in to comment.