Skip to content

Commit 9a9cdb6

Browse files
Updated composer.json
1 parent f43bb86 commit 9a9cdb6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
.idea
3-
composer.phar
3+
composer.phar
4+
.DS_Store

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "moon-php/http-middleware",
3+
"description": "Http-Middleware supporting PSR-15",
4+
"license": "MIT",
5+
"homepage": "https://www.moon-php.com/",
36
"require": {
47
"php": ">=7.1",
58
"psr/http-message": "^1.0",

0 commit comments

Comments
 (0)