diff --git a/composer.json b/composer.json index f169615d..8a032751 100644 --- a/composer.json +++ b/composer.json @@ -1,56 +1,56 @@ { - "name": "anahkiasen/former", - "description": "A powerful form builder", - "homepage": "http://formers.github.io/former/", - "license": "MIT", - "keywords": [ - "bootstrap", - "form", - "foundation", - "laravel" - ], - "authors": [ - { - "name": "Maxime Fabre", - "email": "ehtnam6@gmail.com" - } - ], - "require": { - "php": "^7.2|^8.0", - "illuminate/config": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/container": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/http": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/session": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "illuminate/support": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0", - "kylekatarnls/html-object": "^1.5" - }, - "require-dev": { - "phpunit/phpunit": "^8.5", - "mockery/mockery": "^1.3", - "illuminate/database": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0" - }, - "autoload": { - "psr-4": { - "Former\\": [ - "src/Former", - "tests" - ], - "Laravel\\": "src/Laravel" - } - }, - "extra": { - "laravel": { - "providers": [ - "Former\\FormerServiceProvider" - ], - "aliases": { - "Former": "Former\\Facades\\Former" - } - } - }, - "minimum-stability": "dev", - "prefer-stable": true + "name": "anahkiasen/former", + "description": "A powerful form builder", + "homepage": "http://formers.github.io/former/", + "license": "MIT", + "keywords": [ + "bootstrap", + "form", + "foundation", + "laravel" + ], + "authors": [ + { + "name": "Maxime Fabre", + "email": "ehtnam6@gmail.com" + } + ], + "require": { + "php": "^7.2|^8.0", + "illuminate/config": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/container": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/contracts": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/http": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/routing": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/session": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/translation": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "illuminate/support": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0", + "kylekatarnls/html-object": "^1.5" + }, + "require-dev": { + "phpunit/phpunit": "^8.5", + "mockery/mockery": "^1.3", + "illuminate/database": "^5.1.3|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0|^13.0" + }, + "autoload": { + "psr-4": { + "Former\\": [ + "src/Former", + "tests" + ], + "Laravel\\": "src/Laravel" + } + }, + "extra": { + "laravel": { + "providers": [ + "Former\\FormerServiceProvider" + ], + "aliases": { + "Former": "Former\\Facades\\Former" + } + } + }, + "minimum-stability": "dev", + "prefer-stable": true }