One Hat Cyber Team
Your IP :
172.16.0.254
Server IP :
58.26.163.33
Server :
Windows NT DGPENSV2LPKMN 10.0 build 14393 (Windows Server 2016) AMD64
Server Software :
Apache/2.4.46 (Win64) OpenSSL/1.1.1h PHP/7.3.25
PHP Version :
7.3.25
Buat File
|
Buat Folder
Eksekusi
Dir :
C:
/
xampp7
/
phpMyAdmin
/
vendor
/
phpmyadmin
/
shapefile
/
View File Name :
composer.json
{ "name": "phpmyadmin/shapefile", "description": "ESRI ShapeFile library for PHP", "license": "GPL-2.0+", "keywords": ["shapefile", "shp", "geo", "geospatial", "dbf", "ESRI", "shape"], "homepage": "https://github.com/phpmyadmin/shapefile", "authors": [ { "name": "The phpMyAdmin Team", "email": "developers@phpmyadmin.net", "homepage": "https://www.phpmyadmin.net/team/" } ], "support": { "issues": "https://github.com/phpmyadmin/shapefile/issues", "source": "https://github.com/phpmyadmin/shapefile" }, "require": { "php": ">=5.4.0" }, "suggest": { "ext-dbase": "For dbf files parsing" }, "require-dev": { "phpunit/php-code-coverage": "*", "phpunit/phpunit": "~4.8 || ~5.7" }, "autoload": { "psr-4": { "PhpMyAdmin\\ShapeFile\\": "src" } } }