Skip to content
Snippets Groups Projects
Verified Commit cd03ce14 authored by Lauri Timmanee's avatar Lauri Timmanee
Browse files

Issue #3382123 by catch, smustgrave, nicxvan: Update Peast to 1.15.4

parent 99e0bb6c
No related branches found
No related tags found
No related merge requests found
...@@ -1176,16 +1176,16 @@ ...@@ -1176,16 +1176,16 @@
}, },
{ {
"name": "mck89/peast", "name": "mck89/peast",
"version": "v1.15.2", "version": "v1.15.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mck89/peast.git", "url": "https://github.com/mck89/peast.git",
"reference": "07d82a271d372c6f37897a70b0381ca2ec2e364a" "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mck89/peast/zipball/07d82a271d372c6f37897a70b0381ca2ec2e364a", "url": "https://api.github.com/repos/mck89/peast/zipball/1df4dc28a6b5bb7ab117ab073c1712256e954e18",
"reference": "07d82a271d372c6f37897a70b0381ca2ec2e364a", "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1198,13 +1198,12 @@ ...@@ -1198,13 +1198,12 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.15.2-dev" "dev-master": "1.15.4-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Peast\\": "lib/Peast/", "Peast\\": "lib/Peast/"
"Peast\\test\\": "test/Peast/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
...@@ -1220,9 +1219,9 @@ ...@@ -1220,9 +1219,9 @@
"description": "Peast is PHP library that generates AST for JavaScript code", "description": "Peast is PHP library that generates AST for JavaScript code",
"support": { "support": {
"issues": "https://github.com/mck89/peast/issues", "issues": "https://github.com/mck89/peast/issues",
"source": "https://github.com/mck89/peast/tree/v1.15.2" "source": "https://github.com/mck89/peast/tree/v1.15.4"
}, },
"time": "2023-07-15T12:25:27+00:00" "time": "2023-08-12T08:29:29+00:00"
}, },
{ {
"name": "pear/archive_tar", "name": "pear/archive_tar",
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
"guzzlehttp/promises": "~2.0.0", "guzzlehttp/promises": "~2.0.0",
"guzzlehttp/psr7": "~2.5.0", "guzzlehttp/psr7": "~2.5.0",
"masterminds/html5": "~2.8.0", "masterminds/html5": "~2.8.0",
"mck89/peast": "~v1.15.2", "mck89/peast": "~v1.15.4",
"pear/archive_tar": "~1.4.14", "pear/archive_tar": "~1.4.14",
"pear/console_getopt": "~v1.4.3", "pear/console_getopt": "~v1.4.3",
"pear/pear-core-minimal": "~v1.10.13", "pear/pear-core-minimal": "~v1.10.13",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment