Skip to content

Commit

Permalink
Scrutinuzer and core dependency updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 22, 2022
1 parent e44489f commit 51d43ee
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 19 deletions.
6 changes: 6 additions & 0 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ tools:
php_code_sniffer:
config:
standard: "PSR2"
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
12 changes: 8 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand All @@ -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"
},
Expand All @@ -26,4 +30,4 @@
"Ballen\\Cartographer\\": "lib/"
}
}
}
}
30 changes: 15 additions & 15 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51d43ee

Please sign in to comment.