Skip to content

Commit 24a1474

Browse files
committed
normalize composer.json
1 parent a2c4025 commit 24a1474

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "azjezz/hack-routing",
33
"description": "Fast, type-safe request routing, parameter retrieval, and link generation.",
4-
"license": "MIT",
54
"keywords": [
65
"hack",
76
"router",
87
"routing",
98
"http"
109
],
10+
"homepage": "https://github.com/azjezz/hack-routing",
11+
"license": "MIT",
1112
"authors": [
1213
{
1314
"name": "Fred Emmott",
@@ -18,18 +19,17 @@
1819
"homepage": "https://github.com/azjezz"
1920
}
2021
],
21-
"homepage": "https://github.com/azjezz/hack-routing",
2222
"require": {
2323
"php": "^8.0",
2424
"azjezz/psl": "^1.7.2"
2525
},
2626
"require-dev": {
2727
"ext-apcu": "*",
28-
"roave/security-advisories": "dev-latest",
28+
"php-standard-library/psalm-plugin": "^1.1.1",
2929
"phpunit/phpunit": "^9.5.4",
30+
"roave/security-advisories": "dev-latest",
3031
"squizlabs/php_codesniffer": "^3.6",
31-
"vimeo/psalm": "^4.7.3",
32-
"php-standard-library/psalm-plugin": "^1.1.1"
32+
"vimeo/psalm": "^4.7.3"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)