|
@@ -4,7 +4,7 @@
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
],
|
|
],
|
|
- "content-hash": "dda32482531d11fdf6adc74fcba74715",
|
|
|
|
|
|
+ "content-hash": "eb7191a6b0476ec319915f6b98561af9",
|
|
"packages": [
|
|
"packages": [
|
|
{
|
|
{
|
|
"name": "asm89/stack-cors",
|
|
"name": "asm89/stack-cors",
|
|
@@ -3460,6 +3460,77 @@
|
|
],
|
|
],
|
|
"time": "2021-03-02T16:49:06+00:00"
|
|
"time": "2021-03-02T16:49:06+00:00"
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ "name": "spatie/laravel-validation-rules",
|
|
|
|
+ "version": "3.0.0",
|
|
|
|
+ "source": {
|
|
|
|
+ "type": "git",
|
|
|
|
+ "url": "https://github.com/spatie/laravel-validation-rules.git",
|
|
|
|
+ "reference": "43e15a70fb6148b0128d7981b0c0f3e99463b9fb"
|
|
|
|
+ },
|
|
|
|
+ "dist": {
|
|
|
|
+ "type": "zip",
|
|
|
|
+ "url": "https://api.github.com/repos/spatie/laravel-validation-rules/zipball/43e15a70fb6148b0128d7981b0c0f3e99463b9fb",
|
|
|
|
+ "reference": "43e15a70fb6148b0128d7981b0c0f3e99463b9fb",
|
|
|
|
+ "shasum": ""
|
|
|
|
+ },
|
|
|
|
+ "require": {
|
|
|
|
+ "illuminate/support": "^6.0|^7.0|^8.0",
|
|
|
|
+ "php": "^7.3|^8.0"
|
|
|
|
+ },
|
|
|
|
+ "require-dev": {
|
|
|
|
+ "laravel/legacy-factories": "^1.0.4",
|
|
|
|
+ "myclabs/php-enum": "^1.6",
|
|
|
|
+ "orchestra/testbench": "^4.5|^5.0|^6.0",
|
|
|
|
+ "phpunit/phpunit": "^9.3",
|
|
|
|
+ "spatie/enum": "^2.2|^3.0"
|
|
|
|
+ },
|
|
|
|
+ "suggest": {
|
|
|
|
+ "league/iso3166": "Needed for the CountryCode rule"
|
|
|
|
+ },
|
|
|
|
+ "type": "library",
|
|
|
|
+ "extra": {
|
|
|
|
+ "laravel": {
|
|
|
|
+ "providers": [
|
|
|
|
+ "Spatie\\ValidationRules\\ValidationRulesServiceProvider"
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "autoload": {
|
|
|
|
+ "psr-4": {
|
|
|
|
+ "Spatie\\ValidationRules\\": "src"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
+ "license": [
|
|
|
|
+ "MIT"
|
|
|
|
+ ],
|
|
|
|
+ "authors": [
|
|
|
|
+ {
|
|
|
|
+ "name": "Freek Van der Herten",
|
|
|
|
+ "email": "freek@spatie.be",
|
|
|
|
+ "homepage": "https://spatie.be",
|
|
|
|
+ "role": "Developer"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "description": "A set of useful Laravel validation rules",
|
|
|
|
+ "homepage": "https://github.com/spatie/laravel-validation-rules",
|
|
|
|
+ "keywords": [
|
|
|
|
+ "laravel-validation-rules",
|
|
|
|
+ "spatie"
|
|
|
|
+ ],
|
|
|
|
+ "support": {
|
|
|
|
+ "issues": "https://github.com/spatie/laravel-validation-rules/issues",
|
|
|
|
+ "source": "https://github.com/spatie/laravel-validation-rules/tree/3.0.0"
|
|
|
|
+ },
|
|
|
|
+ "funding": [
|
|
|
|
+ {
|
|
|
|
+ "url": "https://github.com/spatie",
|
|
|
|
+ "type": "github"
|
|
|
|
+ }
|
|
|
|
+ ],
|
|
|
|
+ "time": "2020-11-30T15:23:31+00:00"
|
|
|
|
+ },
|
|
{
|
|
{
|
|
"name": "swiftmailer/swiftmailer",
|
|
"name": "swiftmailer/swiftmailer",
|
|
"version": "v6.2.7",
|
|
"version": "v6.2.7",
|