Skip to content

Commit 2891548

Browse files
author
Christopher Pitt
committed
Update deps
1 parent a39d699 commit 2891548

File tree

2 files changed

+476
-157
lines changed

2 files changed

+476
-157
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
"name": "pre/phpx",
33
"type": "pre-compiler",
44
"license": "MIT",
5+
"scripts": {
6+
"test": "vendor/bin/phpunit"
7+
},
58
"require": {
6-
"pre/plugin": "^0.12.0"
9+
"pre/plugin": "^0.13.0"
710
},
811
"require-dev": {
912
"phpunit/phpunit": "^5.0|^6.0"

0 commit comments

Comments
 (0)