summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2019-06-14 15:38:17 +0200
committerFlorian Pritz <bluewind@xinu.at>2019-06-14 15:38:17 +0200
commit3db68e2e947b6299a15ed5277b65b49ad1768415 (patch)
tree058d6a5d7ba9bf272467a463dbec3cec9755e069
parentfc10cd181ff5d8f351b86c4dd6fa3e643b279cbe (diff)
Update composer.lock
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--composer.lock13
1 files changed, 7 insertions, 6 deletions
diff --git a/composer.lock b/composer.lock
index 7ed413bdb..2ec1561bb 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "cbadbda47201a2188ea1450da87a065d",
+ "content-hash": "f81152e798dad85ddf5c5b538ec0f4c9",
"packages": [],
"packages-dev": [
{
@@ -347,16 +347,16 @@
},
{
"name": "theseer/tokenizer",
- "version": "1.1.0",
+ "version": "1.1.3",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
- "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b"
+ "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/theseer/tokenizer/zipball/cb2f008f3f05af2893a87208fe6a6c4985483f8b",
- "reference": "cb2f008f3f05af2893a87208fe6a6c4985483f8b",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
+ "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
"shasum": ""
},
"require": {
@@ -383,7 +383,7 @@
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
- "time": "2017-04-07T12:08:54+00:00"
+ "time": "2019-06-13T22:48:21+00:00"
}
],
"aliases": [],
@@ -395,6 +395,7 @@
"php": ">=5.5",
"ext-gd": "*",
"ext-exif": "*",
+ "ext-fileinfo": "*",
"ext-phar": "*",
"ext-mbstring": "*"
},