Page MenuHomeDevCentral

No OneTemporary

diff --git a/composer.json b/composer.json
index 1c56807..4e4cfa9 100644
--- a/composer.json
+++ b/composer.json
@@ -1,64 +1,65 @@
{
"name": "nasqueron/notifications",
"description": "Nasqueron notifications center",
"keywords": [
"nasqueron",
"activemq",
"AMQP",
"notifications"
],
"license": "BSD-2-Clause",
"type": "project",
"require": {
"php": ">=8.1.0",
"laravel/framework": "^9.30.0",
"guzzlehttp/guzzle": "7.5.0",
"keruald/dockerhub": "^0.1.0",
"keruald/github": "^0.2.1",
"keruald/broker": "^0.5.0",
"keruald/mailgun": "^0.1.0",
"keruald/omnitools": "^0.8.0",
"netresearch/jsonmapper": "^1.1.1",
"sentry/sentry-laravel": "^3.2"
},
"require-dev": {
"laravel/browser-kit-testing": "^v6.3.0",
"mockery/mockery": "^1.5.0",
"nasqueron/codestyle": "^0.1.0",
"pdepend/pdepend": "^2.10",
"phan/phan": "^5.3",
"sebastian/phpcpd": "6.0.3",
"phploc/phploc": "7.0.2",
"phpmd/phpmd": "^2.12",
"phpspec/phpspec": "^7.2",
"phpunit/phpunit": "^9.5.20",
"rector/rector": "^0.14.2",
"squizlabs/php_codesniffer": "^3.6"
},
"autoload": {
"psr-4": {
"Nasqueron\\Notifications\\": "app/",
"Nasqueron\\Notifications\\Tests\\": "tests/"
}
},
"scripts": {
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"php artisan key:generate"
],
"phpmd": [
"vendor/bin/phpmd app/ xml ruleset.xml"
],
"test": [
"phpunit --no-coverage"
]
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
- "kylekatarnls/update-helper": true
+ "kylekatarnls/update-helper": true,
+ "php-http/discovery": true
}
}
}

File Metadata

Mime Type
text/x-diff
Expires
Sat, Mar 21, 03:56 (22 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3546357
Default Alt Text
(1 KB)

Event Timeline