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
Loading
Loading
Loading
Loading
+8 −9
Original line number Diff line number Diff line
@@ -1176,16 +1176,16 @@
        },
        {
            "name": "mck89/peast",
            "version": "v1.15.2",
            "version": "v1.15.4",
            "source": {
                "type": "git",
                "url": "https://github.com/mck89/peast.git",
                "reference": "07d82a271d372c6f37897a70b0381ca2ec2e364a"
                "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/mck89/peast/zipball/07d82a271d372c6f37897a70b0381ca2ec2e364a",
                "reference": "07d82a271d372c6f37897a70b0381ca2ec2e364a",
                "url": "https://api.github.com/repos/mck89/peast/zipball/1df4dc28a6b5bb7ab117ab073c1712256e954e18",
                "reference": "1df4dc28a6b5bb7ab117ab073c1712256e954e18",
                "shasum": ""
            },
            "require": {
@@ -1198,13 +1198,12 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.15.2-dev"
                    "dev-master": "1.15.4-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Peast\\": "lib/Peast/",
                    "Peast\\test\\": "test/Peast/"
                    "Peast\\": "lib/Peast/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
@@ -1220,9 +1219,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.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",
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
        "guzzlehttp/promises": "~2.0.0",
        "guzzlehttp/psr7": "~2.5.0",
        "masterminds/html5": "~2.8.0",
        "mck89/peast": "~v1.15.2",
        "mck89/peast": "~v1.15.4",
        "pear/archive_tar": "~1.4.14",
        "pear/console_getopt": "~v1.4.3",
        "pear/pear-core-minimal": "~v1.10.13",