-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #101 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
- Loading branch information
Showing
1 changed file
with
43 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,46 @@ | ||
{ | ||
"name": "kodeine/laravel-meta", | ||
"description": "Fluent Meta Data for Eloquent Models, as if it is a property on your model.", | ||
"keywords": [ | ||
"laravel", | ||
"meta", | ||
"metas", | ||
"meta data", | ||
"data", | ||
"metadata", | ||
"metable", | ||
"model", | ||
"eloquent", | ||
"kodeine" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Ahsen M.", | ||
"homepage": "https://github.com/kodeine", | ||
"role": "Developer" | ||
"name": "kodeine/laravel-meta", | ||
"description": "Fluent Meta Data for Eloquent Models, as if it is a property on your model.", | ||
"keywords": [ | ||
"laravel", | ||
"meta", | ||
"metas", | ||
"meta data", | ||
"data", | ||
"metadata", | ||
"metable", | ||
"model", | ||
"eloquent", | ||
"kodeine" | ||
], | ||
"authors": [ | ||
{ | ||
"name": "Ahsen M.", | ||
"homepage": "https://github.com/kodeine", | ||
"role": "Developer" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.3", | ||
"illuminate/support": "^8.0|^9.0|^10.0", | ||
"illuminate/database": "^8.0|^9.0|^10.0", | ||
"illuminate/events": "^8.0|^9.0|^10.0", | ||
"ext-json": "*" | ||
}, | ||
"autoload": { | ||
"classmap": [], | ||
"psr-0": { | ||
"Kodeine\\Metable\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Kodeine\\Metable\\Tests\\": "tests/" | ||
} | ||
}, | ||
"minimum-stability": "stable", | ||
"license": "MIT", | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.5" | ||
} | ||
], | ||
"require": { | ||
"php": ">=7.3", | ||
"illuminate/support": "^8.0|^9.0", | ||
"illuminate/database": "^8.0|^9.0", | ||
"illuminate/events": "^8.0|^9.0", | ||
"ext-json": "*" | ||
}, | ||
"autoload": { | ||
"classmap": [], | ||
"psr-0": { | ||
"Kodeine\\Metable\\": "src/" | ||
} | ||
}, | ||
"autoload-dev": { | ||
"psr-4": { | ||
"Kodeine\\Metable\\Tests\\": "tests/" | ||
} | ||
}, | ||
"minimum-stability": "stable", | ||
"license": "MIT", | ||
"require-dev": { | ||
"phpunit/phpunit": "^9.5" | ||
} | ||
} |