Branch: refs/heads/master Home: https://github.com/phpmyadmin/shapefile Commit: 5289c4e4394a065d98008c45b59f9db8c9906acb https://github.com/phpmyadmin/shapefile/commit/5289c4e4394a065d98008c45b59f9... Author: Michal Čihař michal@cihar.com Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths: M CHANGELOG.md M composer.json M examples/create_shapefile.php M examples/read.php M src/ShapeFile.php M src/ShapeRecord.php M src/Util.php M tests/ShapeFileTest.php M tests/UtilTest.php
Log Message: ----------- Add PhpMyAdmin prefix to namespace
This way we follow PSR-4.
See https://github.com/phpmyadmin/sql-parser/issues/126
Signed-off-by: Michal Čihař michal@cihar.com