Update phpunit/php-token-stream (3.0.2 => 3.1.0)

This commit is contained in:
DariusIII
2019-07-25 09:40:45 +02:00
parent a1479f2d24
commit 3e4c0d9c8d
2 changed files with 8 additions and 6 deletions
+2
View File
@@ -1,3 +1,5 @@
2019-07-25 DariusIII
* Chg: Update phpunit/php-token-stream (3.0.2 => 3.1.0)
2019-07-24 DariusIII
* Chg: Add captainhook/captainhook for dev work
2019-07-22 DariusIII
Generated
+6 -6
View File
@@ -11526,16 +11526,16 @@
},
{
"name": "phpunit/php-token-stream",
"version": "3.0.2",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
"reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c"
"reference": "e899757bb3df5ff6e95089132f32cd59aac2220a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c",
"reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c",
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/e899757bb3df5ff6e95089132f32cd59aac2220a",
"reference": "e899757bb3df5ff6e95089132f32cd59aac2220a",
"shasum": ""
},
"require": {
@@ -11548,7 +11548,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
"dev-master": "3.1-dev"
}
},
"autoload": {
@@ -11571,7 +11571,7 @@
"keywords": [
"tokenizer"
],
"time": "2019-07-08T05:24:54+00:00"
"time": "2019-07-25T05:29:42+00:00"
},
{
"name": "phpunit/phpunit",