|
| 1 | +{ |
| 2 | + "name": "tontonsb/php-sf", |
| 3 | + "description": "SFA-SQL expression builder", |
| 4 | + "authors": [ |
| 5 | + { |
| 6 | + "name": "Juris Evertovskis", |
| 7 | + |
| 8 | + "homepage": "https://github.com/tontonsb" |
| 9 | + } |
| 10 | + ], |
| 11 | + "homepage": "https://github.com/tontonsb/php-sf", |
| 12 | + "keywords": [ |
| 13 | + "Simple features", "Simple feature access", |
| 14 | + "SFA-SQL", "SQL/MM", |
| 15 | + "PostGIS", "SpatiaLite", |
| 16 | + "OpenGIS", "ISO 19125", "ISO 19107", |
| 17 | + "Geo", "GIS", "Geometry", "Geography" |
| 18 | + ], |
| 19 | + "require": { |
| 20 | + "php": "^8.1" |
| 21 | + }, |
| 22 | + "require-dev": { |
| 23 | + "janaseta/php-cs": "^1.0", |
| 24 | + "phpunit/phpunit": "^9.0" |
| 25 | + }, |
| 26 | + "autoload": { |
| 27 | + "psr-4": { |
| 28 | + "TontonsB\\SF\\": "src" |
| 29 | + } |
| 30 | + }, |
| 31 | + "autoload-dev": { |
| 32 | + "psr-4": { |
| 33 | + "TontonsB\\SF\\Tests\\": "tests" |
| 34 | + } |
| 35 | + }, |
| 36 | + "config": { |
| 37 | + "sort-packages": true |
| 38 | + }, |
| 39 | + "scripts": { |
| 40 | + "test": "XDEBUG_MODE=coverage phpunit --coverage-text --colors --testdox", |
| 41 | + "fix": "php-cs-fixer fix", |
| 42 | + "cs": "@fix --dry-run --diff" |
| 43 | + }, |
| 44 | + "scripts-descriptions": { |
| 45 | + "test": "Run tests", |
| 46 | + "fix": "Fix code style", |
| 47 | + "cs": "Dry run CS fixer" |
| 48 | + } |
| 49 | +} |
0 commit comments