PHP Classes

File: composer.json

Recommend this page to a friend!
  Packages of Amirreza Ebrahimi   URL Shortener Application   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: URL Shortener Application
Application to create and redirect short URLs
Author: By
Last change:
Date: 7 months ago
Size: 1,083 bytes
 

Contents

Class file image Download
{ "name": "amirrezaeb/url-shortener", "description": "URL Shortener Along With FrontEnd And BackEnd by PHP OOP[MVC] V2.0", "authors": [ { "name": "Amirreza Ebrahimi", "email": "aabrahimi1718@gmail.com" } ], "require": { "vlucas/phpdotenv": "^5.6", "illuminate/database": "^11.27", "laravel/serializable-closure": "^1.3", "phpmailer/phpmailer": "^6.9", "amirezaeb/heroqr": "^1.0", "ext-openssl": "*" }, "autoload": { "psr-4": { "App\\": "App/" } }, "autoload-dev": { "psr-4": { "Tests\\": "tests/" } }, "scripts": { "serve": "php config/serve.php", "php-unit": "php vendor/bin/phpunit --testdox --colors=always", "migrate": "php database/migration.php", "rollback": "php database/migration.php --rollback" }, "config": { "process-timeout": 0 }, "require-dev": { "phpunit/phpunit": "^11.5", "mockery/mockery": "^1.6" } }