Skip to content

Commit 6ddc294

Browse files
Merge pull request #4 from FranklinEkemezie/dev
update composer.json to be valid
2 parents 19a5ef7 + edeb7cc commit 6ddc294

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

composer.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "franklin-ekemezie/php-aether",
33
"description": "PHP Aether - A lightweight, extensible framework bridging simplicity and power for modern web development",
44
"type": "library",
5-
"license": "MIT License",
5+
"license": "MIT",
66
"autoload": {
77
"psr-4": {
88
"PHPAether\\": "app/",
@@ -22,8 +22,9 @@
2222
},
2323
"require": {
2424
"firebase/php-jwt": "^6.10",
25-
"vlucas/phpdotenv": "^5.6",
26-
"ext-http": "*"
25+
"vlucas/phpdotenv": "^5.6"
2726
},
28-
"test": "vendor/bin/phpunit"
27+
"scripts": {
28+
"test": "phpunit"
29+
}
2930
}

composer.lock

Lines changed: 2 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)