|
1 | 1 | {
|
2 | 2 | "name": "owen-it/laravel-auditing",
|
3 |
| - "description": "Audit changes of your Eloquent models in Laravel/Lumen", |
| 3 | + "description": "Audit changes of your Eloquent models in Laravel", |
4 | 4 | "keywords": [
|
5 | 5 | "accountability",
|
6 | 6 | "audit",
|
|
39 | 39 | }
|
40 | 40 | ],
|
41 | 41 | "require": {
|
42 |
| - "php": "^7.3|^8.0", |
43 |
| - "illuminate/console": "^7.0|^8.0|^9.0|^10.0|^11.0", |
44 |
| - "illuminate/database": "^7.0|^8.0|^9.0|^10.0|^11.0", |
45 |
| - "illuminate/filesystem": "^7.0|^8.0|^9.0|^10.0|^11.0", |
46 |
| - "ext-json": "*" |
| 42 | + "php": "^8.2", |
| 43 | + "ext-json": "*", |
| 44 | + "illuminate/console": "^11.0|^12.0", |
| 45 | + "illuminate/database": "^11.0|^12.0", |
| 46 | + "illuminate/filesystem": "^11.0|^12.0" |
47 | 47 | },
|
48 | 48 | "require-dev": {
|
49 |
| - "phpunit/phpunit": "^9.6|^10.5|^11.0", |
50 |
| - "mockery/mockery": "^1.0", |
51 |
| - "orchestra/testbench": "^5.0|^6.0|^7.0|^8.0|^9.0", |
52 |
| - "laravel/legacy-factories": "*" |
| 49 | + "mockery/mockery": "^1.5.1", |
| 50 | + "orchestra/testbench": "^9.0|^10.0", |
| 51 | + "phpunit/phpunit": "^11.0" |
53 | 52 | },
|
54 | 53 | "autoload": {
|
55 | 54 | "psr-4": {
|
|
61 | 60 | "OwenIt\\Auditing\\Tests\\": "tests/"
|
62 | 61 | }
|
63 | 62 | },
|
64 |
| - "suggest": { |
65 |
| - "irazasyed/larasupport": "Needed to publish the package configuration in Lumen" |
66 |
| - }, |
67 | 63 | "extra": {
|
68 | 64 | "branch-alias": {
|
69 |
| - "dev-master": "v13-dev" |
| 65 | + "dev-master": "v14-dev" |
70 | 66 | },
|
71 | 67 | "laravel": {
|
72 | 68 | "providers": [
|
73 | 69 | "OwenIt\\Auditing\\AuditingServiceProvider"
|
74 | 70 | ]
|
75 | 71 | }
|
76 | 72 | },
|
| 73 | + "scripts": { |
| 74 | + "test": "phpunit", |
| 75 | + "format": "composer require --dev laravel/pint --quiet && pint --config .pint.json && composer remove --dev laravel/pint --no-update", |
| 76 | + "analyse": "composer require --dev larastan/larastan --quiet && phpstan analyse && composer remove --dev larastan/larastan --no-update" |
| 77 | + }, |
77 | 78 | "minimum-stability": "dev",
|
78 | 79 | "prefer-stable": true
|
79 | 80 | }
|
0 commit comments