PHP Classes

File: src/composer.json

Recommend this page to a friend!
  Classes of LAGGOUNE Walid   GeoPulse   src/composer.json   Download  
File: src/composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: GeoPulse
Server application to track devices' location
Author: By
Last change: Added phpstan
Date: 27 days ago
Size: 571 bytes
 

Contents

Class file image Download
{ "require": { "illuminate/queue": "^11.21", "illuminate/events": "^11.21", "illuminate/database": "^11.21", "aws/aws-sdk-php": "^3.320", "pda/pheanstalk": "^5.0", "predis/predis": "^2.0", "jmikola/geojson": "^1.0", "league/container": "^4.2", "illuminate/redis": "^11.21" }, "require-dev": { "laravel/pint": "^1.17", "phpunit/phpunit": "^11", "phpstan/phpstan": "^1.12" }, "autoload": { "psr-4": { "Pulse\\": "app/" } } }