Skip to content

Commit 74bf789

Browse files
authored
Merge pull request #10 from preprocess/feature/new-sigil
New sigil
2 parents 69e5efa + 6da25e6 commit 74bf789

File tree

17 files changed

+843
-566
lines changed

17 files changed

+843
-566
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
coverage
2-
vendor
3-
composer.lock
1+
/coverage
2+
/vendor
3+
/composer.lock

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"files": [
1313
"source/environment.php",
1414
"source/expanders.php",
15+
"source/parsers.php",
1516
"source/functions.php",
1617
"source/autoload.php",
1718
"source/macros.php"
@@ -22,6 +23,8 @@
2223
"phpunit/phpunit": "^5.0|^6.0"
2324
},
2425
"extra": {
25-
"class": ["Pre\\Plugin\\Composer\\Plugin"]
26+
"class": [
27+
"\\Pre\\Plugin\\Composer\\Plugin"
28+
]
2629
}
2730
}

0 commit comments

Comments
 (0)