1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135
|
php-composer-class-map-generator (1.7.0-1) unstable; urgency=medium
[ Christian Flothmann ]
* allow Symfony 8 components (#27)
-- David Prévot <taffit@debian.org> Fri, 21 Nov 2025 01:19:02 +0100
php-composer-class-map-generator (1.6.2-1) unstable; urgency=medium
[ Ángel Guzmán Maeso ]
* feat: improve namespaces PHPFile (#22)
* feat: type return values classmap (#24)
[ Daniel Scherzer ]
* Simplify `PhpFileParser::getExtraTypes()` logic (#25)
[ David Prévot ]
* Remove Rules-Requires-Root
-- David Prévot <taffit@debian.org> Sun, 24 Aug 2025 08:47:45 +0200
php-composer-class-map-generator (1.6.1-1) unstable; urgency=medium
[ Jordi Boggiano ]
* Fix handling of php_strip_whitespace being in disable_functions (#19)
[ David Prévot ]
* Update Standards-Version to 4.7.2
-- David Prévot <taffit@debian.org> Fri, 28 Mar 2025 07:58:39 +0100
php-composer-class-map-generator (1.6.0-2) unstable; urgency=medium
* Compatibility with recent PHPUnit (12)
-- David Prévot <taffit@debian.org> Wed, 12 Feb 2025 07:52:04 +0100
php-composer-class-map-generator (1.6.0-1) unstable; urgency=medium
[ Brian Henry ]
* Always treat stream wrappers as absolute paths (#18)
-- David Prévot <taffit@debian.org> Fri, 07 Feb 2025 18:24:14 +0100
php-composer-class-map-generator (1.5.0-1) unstable; urgency=medium
[ Luke Kuzmish ]
* Add throws docblock (#15)
* add getRawPsrViolations (#16)
[ David Prévot ]
* Revert "Force system dependencies loading"
* Drop now useless symlink at build time
-- David Prévot <taffit@debian.org> Wed, 27 Nov 2024 07:04:42 +0100
php-composer-class-map-generator (1.4.0-1) unstable; urgency=medium
[ Jordi Boggiano ]
* Fix parsing of ambiguous classes to avoid ignoring real classes when test
ones get scanned first (#13)
-- David Prévot <taffit@debian.org> Wed, 09 Oct 2024 15:18:59 +0200
php-composer-class-map-generator (1.3.4-2) unstable; urgency=medium
* Use --require-file for phpabtl (Closes: #1074187)
-- David Prévot <taffit@debian.org> Sun, 14 Jul 2024 18:19:26 +0200
php-composer-class-map-generator (1.3.4-1) unstable; urgency=medium
[ Jordi Boggiano ]
* Fix aliased use statements leading to problem with classes called
like keywords, fixes #9
-- David Prévot <taffit@debian.org> Thu, 13 Jun 2024 08:49:43 +0200
php-composer-class-map-generator (1.3.2-1) unstable; urgency=medium
[ Kevin Traini ]
* feat: ClassMapGenerator::scanPaths can exclude specific dirs (#7)
[ Jordi Boggiano ]
* Tweak PSR violation text to contain source rule (base namespace and path)
* Fix psr violations being kept for paths that are later scanned correctly
* Fix regression fetching violations when the list is empty
[ PrinsFrank ]
* Detect other PSR violations where namespace is missing or not a
subnamespace of configured one (#8)
[ David Prévot ]
* Update Standards-Version to 4.7.0
-- David Prévot <taffit@debian.org> Wed, 05 Jun 2024 07:40:45 +0200
php-composer-class-map-generator (1.1.1-1) unstable; urgency=medium
[ Jordi Boggiano ]
* Fix types
[ Ayesh Karunaratne ]
* [PHP 8.4] Fixes for implicit nullability deprecation (#5)
-- David Prévot <taffit@debian.org> Sat, 16 Mar 2024 08:16:36 +0100
php-composer-class-map-generator (1.1.0-2) unstable; urgency=medium
* Force system dependencies loading
* Compatibility with recent PHPUnit (10)
-- David Prévot <taffit@debian.org> Sun, 11 Feb 2024 13:01:50 +0100
php-composer-class-map-generator (1.1.0-1) unstable; urgency=medium
[ Joseph Bielawski ]
* Allow to install Symfony Finder v7 (#4)
[ David Prévot ]
* Update standards version to 4.6.2, no changes needed.
-- David Prévot <taffit@debian.org> Sat, 01 Jul 2023 16:47:53 +0200
php-composer-class-map-generator (1.0.0-2) unstable; urgency=medium
* Upload to unstable
-- David Prévot <taffit@debian.org> Sat, 20 Aug 2022 11:00:21 +0200
php-composer-class-map-generator (1.0.0-1) experimental; urgency=low
* Initial release (new composer dependency)
-- David Prévot <taffit@debian.org> Sat, 23 Jul 2022 14:30:30 +0200
|