Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
assertchris committed Sep 10, 2018
1 parent 7409ed2 commit 71e7032
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 48 deletions.
14 changes: 8 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "pre-compiler",
"license": "MIT",
"require": {
"pre/plugin": "dev-feature/expressions",
"pre/plugin": "^0.11.0",
"nikic/php-parser": "^4.0",
"gajus/dindent": "^2.0"
},
Expand All @@ -19,11 +19,13 @@
}
},
"autoload-dev": {
"files": ["tests/TestCase.php"]
"files": [
"tests/TestCase.php"
]
},
"extra": {
"compilers": ["\\Pre\\Phpx\\compile"]
},
"minimum-stability": "dev",
"prefer-stable": true
"compilers": [
"\\Pre\\Phpx\\compile"
]
}
}
86 changes: 44 additions & 42 deletions composer.lock

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

0 comments on commit 71e7032

Please sign in to comment.