| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "illuminate/pagination",
- "description": "The Illuminate Pagination package.",
- "license": "MIT",
- "homepage": "https://laravel.com",
- "support": {
- "issues": "https://github.com/laravel/framework/issues",
- "source": "https://github.com/laravel/framework"
- },
- "authors": [
- {
- "name": "Taylor Otwell",
- "email": "taylor@laravel.com"
- }
- ],
- "require": {
- "php": "^7.3|^8.0",
- "ext-json": "*",
- "illuminate/collections": "^8.0",
- "illuminate/contracts": "^8.0",
- "illuminate/support": "^8.0"
- },
- "autoload": {
- "psr-4": {
- "Illuminate\\Pagination\\": ""
- }
- },
- "extra": {
- "branch-alias": {
- "dev-master": "8.x-dev"
- }
- },
- "config": {
- "sort-packages": true
- },
- "minimum-stability": "dev"
- }
|