diff --git a/.scrutinizer.yml b/.scrutinizer.yml index f885c75..20fcbcf 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -10,3 +10,9 @@ tools: php_code_sniffer: config: standard: "PSR2" +build: + nodes: + analysis: + tests: + override: + - php-scrutinizer-run \ No newline at end of file diff --git a/composer.json b/composer.json index 9818ab3..cd14357 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,11 @@ "name": "ballen/cartographer", "description": "Cartographer is a PHP library for constructing GeoJSON objects.", "type": "library", - "keywords": ["geojson", "cartographer", "geo json"], + "keywords": [ + "geojson", + "cartographer", + "geo json" + ], "license": "GPL-3.0-or-later", "authors": [ { @@ -13,8 +17,8 @@ } ], "require": { - "php": ">=7.3.0", - "ext-json": "*", + "php": "^7.3.0|^8.0.0", + "ext-json": "*", "ballen/collection": "^2.0", "ballen/distical": "~2.0" }, @@ -26,4 +30,4 @@ "Ballen\\Cartographer\\": "lib/" } } -} +} \ No newline at end of file diff --git a/composer.lock b/composer.lock index 65d93df..0bc1247 100644 --- a/composer.lock +++ b/composer.lock @@ -4,25 +4,25 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0e9f71db70dc616817496e710d59aff4", + "content-hash": "74f917bfcf1ec41ad4583885e4f50d31", "packages": [ { "name": "ballen/collection", - "version": "2.0.0", + "version": "2.0.2", "source": { "type": "git", "url": "https://github.com/allebb/collection.git", - "reference": "e9069ebd58aa9f2b5e189e71617fc23464f285aa" + "reference": "48bc14755b4d669e4993ec58ff70f731ae656aa0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/allebb/collection/zipball/e9069ebd58aa9f2b5e189e71617fc23464f285aa", - "reference": "e9069ebd58aa9f2b5e189e71617fc23464f285aa", + "url": "https://api.github.com/repos/allebb/collection/zipball/48bc14755b4d669e4993ec58ff70f731ae656aa0", + "reference": "48bc14755b4d669e4993ec58ff70f731ae656aa0", "shasum": "" }, "require": { "ext-json": "*", - "php": ">=7.3.0" + "php": "^7.3.0|^8.0" }, "require-dev": { "phpunit/phpunit": "^9.0" @@ -53,9 +53,9 @@ ], "support": { "issues": "https://github.com/allebb/collection/issues", - "source": "https://github.com/allebb/collection/tree/2.0.0" + "source": "https://github.com/allebb/collection/tree/2.0.2" }, - "time": "2020-12-23T10:57:20+00:00" + "time": "2022-01-19T21:50:31+00:00" }, { "name": "ballen/distical", @@ -954,16 +954,16 @@ }, { "name": "phpunit/phpunit", - "version": "9.5.11", + "version": "9.5.12", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "2406855036db1102126125537adb1406f7242fdd" + "reference": "93d4bf4c37aec6384bb9e5d390d9049a463a7256" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2406855036db1102126125537adb1406f7242fdd", - "reference": "2406855036db1102126125537adb1406f7242fdd", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/93d4bf4c37aec6384bb9e5d390d9049a463a7256", + "reference": "93d4bf4c37aec6384bb9e5d390d9049a463a7256", "shasum": "" }, "require": { @@ -1041,7 +1041,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.11" + "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.12" }, "funding": [ { @@ -1053,7 +1053,7 @@ "type": "github" } ], - "time": "2021-12-25T07:07:57+00:00" + "time": "2022-01-21T05:54:47+00:00" }, { "name": "sebastian/cli-parser", @@ -2216,7 +2216,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=7.3.0", + "php": "^7.3.0|^8.0.0", "ext-json": "*" }, "platform-dev": [],