Commit bf041f4c authored by catch's avatar catch
Browse files

Issue #3374660 by Niklan, catch, andypost, Chi, Spokje: Update mck89/peast...

Issue #3374660 by Niklan, catch, andypost, Chi, Spokje: Update mck89/peast composer dependency to 1.15.2

(cherry picked from commit 8f2d25b6)
parent 37dd50f5
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -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",
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
        "guzzlehttp/guzzle": "~7.7.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",