|
2 | 2 | "name": "ejetar/api-response-formatter",
|
3 | 3 | "description": "A simple and fast \uD83D\uDE80 library that displays responses in various formats, according to the Accept header, entered by the user. The library currently displays responses in JSON, XML, CSV, and YAML.\n",
|
4 | 4 | "homepage": "https://ejetar.com/projects/api-response-formatter",
|
5 |
| - "version": "1.0.1-alpha", |
| 5 | + "version": "1.1.0-alpha", |
6 | 6 | "readme": "README.md",
|
7 | 7 | "type": "library",
|
8 | 8 | "license": "MIT",
|
|
31 | 31 | "laravel"
|
32 | 32 | ],
|
33 | 33 | "require": {
|
34 |
| - "php": ">=5.4", |
35 |
| - "ejetar/accept-header-interpreter": "^1.0.0-alpha", |
36 |
| - "ejetar/laravel-formatter": "^3.1", |
37 |
| - "illuminate/support": ">=5", |
38 |
| - "illuminate/http": ">=5" |
| 34 | + "php": ">=7.2.5", |
| 35 | + "ejetar/accept-header-interpreter": "~1.1.0-alpha", |
| 36 | + "ejetar/laravel-formatter": "~3.0", |
| 37 | + "illuminate/support": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0", |
| 38 | + "illuminate/http": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0|~6.0|~7.0" |
39 | 39 | },
|
40 | 40 | "require-dev": {
|
41 |
| - "phpunit/phpunit": "^8.2", |
42 |
| - "symfony/var-dumper": "^4.3.0", |
43 |
| - "orchestra/testbench": "^3.8" |
| 41 | + "phpunit/phpunit": "^9.0", |
| 42 | + "symfony/var-dumper": "~5.0", |
| 43 | + "orchestra/testbench": "~3.4|~3.5|~3.6|~3.7|~3.8|~4.0|~5.0" |
44 | 44 | },
|
45 | 45 | "minimum-stability": "stable",
|
46 | 46 | "autoload": {
|
|
0 commit comments