Issue #3374660 by Niklan, catch, andypost, Chi, Spokje: Update mck89/peast composer dependency to 1.15.2
parent
d0337fa72b
commit
8f2d25b690
|
@ -1173,16 +1173,16 @@
|
|||
},
|
||||
{
|
||||
"name": "mck89/peast",
|
||||
"version": "v1.15.1",
|
||||
"version": "v1.15.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mck89/peast.git",
|
||||
"reference": "cf06286910b7efc9dce7503553ebee314df3d3d3"
|
||||
"reference": "07d82a271d372c6f37897a70b0381ca2ec2e364a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/mck89/peast/zipball/cf06286910b7efc9dce7503553ebee314df3d3d3",
|
||||
"reference": "cf06286910b7efc9dce7503553ebee314df3d3d3",
|
||||
"url": "https://api.github.com/repos/mck89/peast/zipball/07d82a271d372c6f37897a70b0381ca2ec2e364a",
|
||||
"reference": "07d82a271d372c6f37897a70b0381ca2ec2e364a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -1195,7 +1195,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.15.1-dev"
|
||||
"dev-master": "1.15.2-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -1217,9 +1217,9 @@
|
|||
"description": "Peast is PHP library that generates AST for JavaScript code",
|
||||
"support": {
|
||||
"issues": "https://github.com/mck89/peast/issues",
|
||||
"source": "https://github.com/mck89/peast/tree/v1.15.1"
|
||||
"source": "https://github.com/mck89/peast/tree/v1.15.2"
|
||||
},
|
||||
"time": "2023-01-21T13:18:17+00:00"
|
||||
"time": "2023-07-15T12:25:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pear/archive_tar",
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
"guzzlehttp/promises": "~2.0.0",
|
||||
"guzzlehttp/psr7": "~2.5.0",
|
||||
"masterminds/html5": "~2.8.0",
|
||||
"mck89/peast": "~v1.15.1",
|
||||
"mck89/peast": "~v1.15.2",
|
||||
"pear/archive_tar": "~1.4.14",
|
||||
"pear/console_getopt": "~v1.4.3",
|
||||
"pear/pear-core-minimal": "~v1.10.13",
|
||||
|
|
Loading…
Reference in New Issue