History log of /PHP-Parser/composer.json (Results 1 – 25 of 48)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b43758e9 17-Mar-2024 Nikita Popov

Remove PHPUnit 7 and 8

PHPUnit 9 supports all the PHP versions that we need. Also update
the PHPUnit config schema.


# ee3e7db3 16-Aug-2023 Nikita Popov

Raise minimum PHP version to PHP 7.4


# 2070cb7c 11-Sep-2022 Nikita Popov

Drop phpstan from composer.json

It does not support PHP 7.1, so we should not include it
unconditionally.


# f59f226f 11-Sep-2022 Nikita Popov

Fix some phpstan warnings


# b4b60c84 06-Sep-2022 Nikita Popov

Remove phpunit 6.5

With the minimum version raised to PHP 7.1, there should be no
more need for PHPUnit 6.


# c55c7a2a 07-Aug-2022 Anton

Add json and ctype as required extensions in composer.json (#864)


# 5466ee36 04-Jun-2022 Nikita Popov

Drop support for running on PHP 7.0


# 1f416d90 04-Jun-2022 Nikita Popov

Target PHP-Parser 5.0


# aaee038b 18-Aug-2020 Nikita Popov

Release PHP-Parser 4.9.0


# a9835058 09-Aug-2020 Nikita Popov

Add support for throw expression


# 8c58eb4c 09-Aug-2020 Nikita Popov

Release PHP-Parser 4.8.0


# 31be7b4e 08-Aug-2020 Nikita Popov

Update php-yacc, remove unused tokens


# b4ca4ce0 07-Aug-2020 Nikita Popov

Allow PHPUnit 9


# cd7c058e 19-Jul-2020 Graham Campbell

Added missing entry to change log and correct next version indicator (#685)

* Added missing entry to change log and correct next version indicator

* Update composer.json


# fc25609e 13-Jul-2020 Graham Campbell

Fixed branch alias


Revision tags: v4.3.0
# 9a9981c3 08-Nov-2019 Nikita Popov

Release PHP-Parser 4.3.0


# 2c42f644 08-Nov-2019 Nikita Popov

Update php-yacc dependency

This version has fixed error handling.


Revision tags: v4.2.5
# eacc5dbe 19-Oct-2019 Nikita Popov

Default to using php-yacc to generate the parsers


Revision tags: v4.2.4, v4.2.3
# 9484baf8 23-Jun-2019 Nikita Popov

Make compatible with PhpUnit 8


Revision tags: v4.2.2, v4.2.1
# b7e63615 19-Jan-2019 Lars Moelleken

updates via "rectorphp/rector" (#573)

- "global" -> remove unused "use" statements
- "phpunit" -> fix "@covers" comments
- "phpunit" -> replace "->will($this->returnValue()" with "->

updates via "rectorphp/rector" (#573)

- "global" -> remove unused "use" statements
- "phpunit" -> fix "@covers" comments
- "phpunit" -> replace "->will($this->returnValue()" with "->willReturn()"
- "UseTest.php" -> add missing namespace
- "composer.json" -> use "autoload-dev"
- remove -> "require_once" usage in the tests (use autoload-dev via composer.json)

-> most of the changes are done automatically by "https://github.com/rectorphp/rector"

show more ...


Revision tags: v4.2.0
# ec0d834c 09-Jan-2019 Andreas Möller

Enhancement: Normalize composer.json


# ea3657fc 05-Jan-2019 Nikita Popov

Bump version to 4.2.0-dev


Revision tags: v4.1.1, v4.1.0
# 4fb48c0e 22-Sep-2018 Nikita Popov

Mark PHP 7.3 as supported

Also bump version to PHP-Parser 4.1.


Revision tags: v4.0.4, v4.0.3, v4.0.2, v4.0.1, v4.0.0, v3.1.5
# 3a45c1a1 02-Feb-2018 Gabriel Caruso

Support PHPUnit 7


Revision tags: v4.0.0beta1, v3.1.4, v4.0.0alpha3, v3.1.3, v4.0.0alpha2, v3.1.2, v4.0.0alpha1, v3.1.1, v3.1.0, v3.0.6
# 3c44785e 27-Apr-2017 Ekin

Bump phpunit version (#381)


12