Skip to content

Commit 189d12a

Browse files
authored
Merge pull request #18 from preprocess/develop
Refactor to remove hidden dependencies, and add a bunch of improvements from @ircmaxell.
2 parents f58a4ed + 40e32a1 commit 189d12a

27 files changed

+515
-793
lines changed

.gitignore

100644100755
File mode changed.

.prettierrc

100644100755
File mode changed.

code-of-conduct.md

100644100755
File mode changed.

composer.json

100644100755
Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,24 @@
22
"name": "pre/plugin",
33
"type": "composer-plugin",
44
"license": "MIT",
5-
"require": {
6-
"composer-plugin-api": "^1.1"
7-
},
85
"autoload": {
96
"psr-4": {
107
"Pre\\Plugin\\": "source"
118
},
129
"files": [
13-
"source/environment.php",
1410
"source/expanders.php",
15-
"source/parsers.php",
1611
"source/functions.php",
1712
"source/autoload.php",
1813
"source/macros.php"
1914
]
2015
},
16+
"require": {
17+
"yay/yay": "^0.7.0",
18+
"composer-plugin-api": "^1.1"
19+
},
2120
"require-dev": {
2221
"composer/composer": "^1.3",
23-
"phpunit/phpunit": "^5.0|^6.0"
22+
"phpunit/phpunit": "^5.0|^6.0|^7.0"
2423
},
2524
"extra": {
2625
"class": [

0 commit comments

Comments
 (0)