| 
1 | 1 | {  | 
2 |  | -    "name": "dyrynda/laravel-cascade-soft-deletes",  | 
3 |  | -    "description": "Cascading deletes for Eloquent models that implement soft deletes",  | 
4 |  | -    "type": "utility",  | 
5 |  | -    "require": {  | 
6 |  | -        "php": "^8.1",  | 
7 |  | -        "illuminate/database": "^10.0 || ^11.0",  | 
8 |  | -        "illuminate/events": "^10.0 || ^11.0"  | 
9 |  | -    },  | 
10 |  | -    "autoload": {  | 
11 |  | -        "psr-4": {  | 
12 |  | -            "Dyrynda\\Database\\Support\\": "src/"  | 
13 |  | -        }  | 
14 |  | -    },  | 
15 |  | -    "autoload-dev": {  | 
16 |  | -        "psr-4": {  | 
17 |  | -            "Tests\\": "tests/"  | 
18 |  | -        }  | 
19 |  | -    },  | 
20 |  | -    "license": "MIT",  | 
21 |  | -    "authors": [  | 
22 |  | -        {  | 
23 |  | -            "name": "Michael Dyrynda",  | 
24 |  | - | 
25 |  | -            "homepage": "https://dyrynda.com.au"  | 
26 |  | -        }  | 
27 |  | -    ],  | 
28 |  | -    "minimum-stability": "dev",  | 
29 |  | -    "prefer-stable": true,  | 
30 |  | -    "config": {  | 
31 |  | -        "extra": {  | 
32 |  | -            "sort-packages": true  | 
33 |  | -        },  | 
34 |  | -        "allow-plugins": {  | 
35 |  | -            "pestphp/pest-plugin": true  | 
36 |  | -        }  | 
 | 2 | +  "name": "dyrynda/laravel-cascade-soft-deletes",  | 
 | 3 | +  "description": "Cascading deletes for Eloquent models that implement soft deletes",  | 
 | 4 | +  "type": "utility",  | 
 | 5 | +  "require": {  | 
 | 6 | +    "php": "^8.2",  | 
 | 7 | +    "illuminate/database": "^11.0 || ^12.0",  | 
 | 8 | +    "illuminate/events": "^11.0 || ^12.0"  | 
 | 9 | +  },  | 
 | 10 | +  "autoload": {  | 
 | 11 | +    "psr-4": {  | 
 | 12 | +      "Dyrynda\\Database\\Support\\": "src/"  | 
 | 13 | +    }  | 
 | 14 | +  },  | 
 | 15 | +  "autoload-dev": {  | 
 | 16 | +    "psr-4": {  | 
 | 17 | +      "Tests\\": "tests/"  | 
 | 18 | +    }  | 
 | 19 | +  },  | 
 | 20 | +  "license": "MIT",  | 
 | 21 | +  "authors": [  | 
 | 22 | +    {  | 
 | 23 | +      "name": "Michael Dyrynda",  | 
 | 24 | + | 
 | 25 | +      "homepage": "https://dyrynda.com.au"  | 
 | 26 | +    }  | 
 | 27 | +  ],  | 
 | 28 | +  "minimum-stability": "dev",  | 
 | 29 | +  "prefer-stable": true,  | 
 | 30 | +  "config": {  | 
 | 31 | +    "extra": {  | 
 | 32 | +      "sort-packages": true  | 
37 | 33 |     },  | 
38 |  | -    "require-dev": {  | 
39 |  | -        "pestphp/pest": "^2.34",  | 
40 |  | -        "pestphp/pest-plugin-drift": "^2.5"  | 
 | 34 | +    "allow-plugins": {  | 
 | 35 | +      "pestphp/pest-plugin": true  | 
41 | 36 |     }  | 
 | 37 | +  },  | 
 | 38 | +  "require-dev": {  | 
 | 39 | +    "pestphp/pest": "^2.34 || ^3.7",  | 
 | 40 | +    "pestphp/pest-plugin-drift": "^2.5"  | 
 | 41 | +  }  | 
42 | 42 | }  | 
0 commit comments