PKG
This commit is contained in:
@@ -1,63 +1,26 @@
|
||||
{
|
||||
"name": "slim/slim-skeleton",
|
||||
"description": "A Slim Framework skeleton application for rapid development",
|
||||
"keywords": [
|
||||
"microframework",
|
||||
"rest",
|
||||
"router",
|
||||
"psr7"
|
||||
],
|
||||
"homepage": "http://github.com/slimphp/Slim-Skeleton",
|
||||
"name": "ohrionmartin/weather",
|
||||
"description": "Reusable Slim components for fetching weather via OpenWeather One Call API 3.0",
|
||||
"type": "library",
|
||||
"license": "MIT",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Ohrionmartin\\Weather\\": "src/"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Josh Lockhart",
|
||||
"email": "info@joshlockhart.com",
|
||||
"homepage": "http://www.joshlockhart.com/"
|
||||
},
|
||||
{
|
||||
"name": "Pierre Berube",
|
||||
"email": "pierre@lgse.com",
|
||||
"homepage": "http://www.lgse.com/"
|
||||
"name": "Oh Martin",
|
||||
"email": "oh@nampharm.com.na"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "stable",
|
||||
"require": {
|
||||
"php": "^7.4 || ^8.0",
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/guzzle": "^7",
|
||||
"monolog/monolog": "^2.8",
|
||||
"php-di/php-di": "^6.4",
|
||||
"slim/psr7": "^1.5",
|
||||
"slim/slim": "^4.10",
|
||||
"vlucas/phpdotenv": "^5.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"jangregor/phpstan-prophecy": "^1.0.0",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpstan/extension-installer": "^1.2.0",
|
||||
"phpstan/phpstan": "^1.8",
|
||||
"phpunit/phpunit": "^9.5.26",
|
||||
"squizlabs/php_codesniffer": "^3.7"
|
||||
"ext-json": "*"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
"phpstan/extension-installer": true
|
||||
},
|
||||
"process-timeout": 0,
|
||||
"sort-packages": true
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"App\\": "src/"
|
||||
"phpstan/extension-installer": false
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"start": "php -S localhost:8080 -t public",
|
||||
"test": "phpunit"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user