Skip to content

Commit

Permalink
Scrutinizer config updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
allebb committed Jan 22, 2022
1 parent 82b0d0b commit 1ac70f7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
8 changes: 7 additions & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ tools:
runs: 2
php_code_sniffer:
config:
standard: "PSR2"
standard: "PSR2"
build:
nodes:
analysis:
tests:
override:
- php-scrutinizer-run
11 changes: 8 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
"name": "ballen/linguist",
"description": "Linguist is a PHP library for parsing strings and extracting prefixed words in content ideal for working with @mentions, #topics and custom tags.",
"type": "library",
"keywords": ["mentions", "topics", "tags", "twitter"],
"keywords": [
"mentions",
"topics",
"tags",
"twitter"
],
"license": "GPL-3.0-or-later",
"authors": [
{
Expand All @@ -13,7 +18,7 @@
}
],
"require": {
"php": ">=7.3.0"
"php": "^7.3.0|^8.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand All @@ -23,4 +28,4 @@
"Ballen\\Linguist\\": "src/"
}
}
}
}
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit 1ac70f7

Please sign in to comment.