Skip to content

Commit

Permalink
Merge pull request #1 from preprocess/feature/update-plugin
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
assertchris authored Sep 10, 2018
2 parents 7070083 + 28ced3c commit b34af3c
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 53 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pre/phpx-html",
"license": "MIT",
"require": {
"pre/phpx": "dev-feature/expressions"
"pre/phpx": "^0.3.0"
},
"require-dev": {
"phpunit/phpunit": "^5.0|^6.0"
Expand All @@ -16,8 +16,8 @@
}
},
"autoload-dev": {
"files": ["tests/TestCase.php"]
},
"minimum-stability": "dev",
"prefer-stable": true
"files": [
"tests/TestCase.php"
]
}
}
98 changes: 50 additions & 48 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b34af3c

Please sign in to comment.