Branch: refs/tags/2.0
Home: https://github.com/phpmyadmin/shapefile
Commit: ee3413bda4cfc5683f088c2f232aab5b27339781
https://github.com/phpmyadmin/shapefile/commit/ee3413bda4cfc5683f088c2f232a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths:
M examples/create_shapefile.php
M examples/read.php
M examples/read_point.php
M examples/read_polygon.php
M src/ShapeFile.php
M src/ShapeRecord.php
M src/Util.php
M tests/ShapeFileTest.php
M tests/UtilTest.php
Log Message:
-----------
It is 2017 now
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: 5289c4e4394a065d98008c45b59f9db8c9906acb
https://github.com/phpmyadmin/shapefile/commit/5289c4e4394a065d98008c45b59f…
Author: Michal Čihař <michal(a)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(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 65f66eb7b6ca98218184f3ab39f6d0de08d7e8d8
https://github.com/phpmyadmin/sql-parser/commit/65f66eb7b6ca98218184f3ab39f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-01-23 (Mon, 23 Jan 2017)
Changed paths:
M .travis.yml
Log Message:
-----------
Update Travis CI settings
- define PHP versions as string in yaml
- remove not needed caches
- remove ocular upload (we do run tests on scrutinizer directly)
- use phpunit from vendor dir
Signed-off-by: Michal Čihař <michal(a)cihar.com>