Branch: refs/heads/5.8.x
Home: https://github.com/phpmyadmin/sql-parser
Commit: a353ed354e76fb445de10eb35deb0dcfd82bc2ba
https://github.com/phpmyadmin/sql-parser/commit/a353ed354e76fb445de10eb35de…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-15 (Fri, 09 September 2023) -03:00
Changed paths:
M composer.json
M phpstan-baseline.neon
M psalm-baseline.xml
Log Message:
-----------
Avoid upgrading zumba/json-serializer to 3.1.0
It has a bug that causes the tests to fail.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 55cc5e4d94d2fe6b521d1b1a8de84915e4511f3f
https://github.com/phpmyadmin/shapefile/commit/55cc5e4d94d2fe6b521d1b1a8de8…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-14 (Thu, 09 September 2023) -03:00
Changed paths:
A src/ShapeType.php
M examples/create_shapefile.php
M examples/read.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
Log Message:
-----------
Create the PhpMyAdmin\ShapeFile\ShapeType class
Replaces the hard-coded shape type integers with class constants.
Signed-off-by: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Commit: f7d512ea34e8b968be483e19b5f1c6e988acd43b
https://github.com/phpmyadmin/shapefile/commit/f7d512ea34e8b968be483e19b5f1…
Author: Maurício Meneghini Fauth <mauricio(a)fauth.dev>
Date: 2023-09-14 (Thu, 09 September 2023) -03:00
Changed paths:
A src/ShapeType.php
M examples/create_shapefile.php
M examples/read.php
M phpstan-baseline.neon
M psalm-baseline.xml
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
Log Message:
-----------
Merge pull request #26 from MauricioFauth/shape-type
Create the `PhpMyAdmin\ShapeFile\ShapeType` class