|
17 | 17 | } |
18 | 18 | ], |
19 | 19 | "require": { |
20 | | - "kduma/simple-dal": "^0.1", |
21 | | - "kduma/simple-dal-adapter-contracts": "^0.1", |
22 | | - "kduma/simple-dal-encryption": "^0.1", |
23 | | - "kduma/simple-dal-encryption-phpseclib": "^0.1", |
24 | | - "kduma/simple-dal-encryption-sodium": "^0.1", |
25 | | - "kduma/simple-dal-integrity": "^0.1", |
26 | | - "kduma/simple-dal-integrity-contracts": "^0.1", |
27 | | - "kduma/simple-dal-integrity-hash": "^0.1", |
28 | | - "kduma/simple-dal-integrity-phpseclib": "^0.1", |
29 | | - "kduma/simple-dal-integrity-sodium": "^0.1", |
30 | | - "kduma/simple-dal-db-adapter": "^0.1", |
31 | | - "kduma/simple-dal-flysystem-adapter": "^0.1", |
32 | | - "league/flysystem-ziparchive": "^3.0", |
33 | | - "kduma/simple-dal-typed": "^0.1", |
34 | | - "laravel-zero/framework": "^12.0.2", |
35 | | - "league/flysystem": "^3.0", |
| 20 | + "kduma/simple-dal": "^v0.2", |
| 21 | + "kduma/simple-dal-adapter-contracts": "^v0.2", |
| 22 | + "kduma/simple-dal-encryption": "^v0.2", |
| 23 | + "kduma/simple-dal-encryption-phpseclib": "^v0.2", |
| 24 | + "kduma/simple-dal-encryption-sodium": "^v0.2", |
| 25 | + "kduma/simple-dal-integrity": "^v0.2", |
| 26 | + "kduma/simple-dal-integrity-contracts": "^v0.2", |
| 27 | + "kduma/simple-dal-integrity-hash": "^v0.2", |
| 28 | + "kduma/simple-dal-integrity-phpseclib": "^v0.2", |
| 29 | + "kduma/simple-dal-integrity-sodium": "^v0.2", |
| 30 | + "kduma/simple-dal-db-adapter": "^v0.2", |
| 31 | + "kduma/simple-dal-flysystem-adapter": "^v0.2", |
| 32 | + "league/flysystem-ziparchive": "^3.31", |
| 33 | + "kduma/simple-dal-typed": "^v0.2", |
| 34 | + "laravel-zero/framework": "^12.0.5", |
| 35 | + "league/flysystem": "^3.32", |
36 | 36 | "php": "^8.4", |
37 | | - "phpseclib/phpseclib": "^3.0", |
| 37 | + "phpseclib/phpseclib": "^3.0.50", |
38 | 38 | "paragonie/sodium_compat": "^2.5" |
39 | 39 | }, |
40 | 40 | "require-dev": { |
41 | | - "laravel/pint": "^1.25", |
42 | | - "mockery/mockery": "^1.6", |
43 | | - "monorepo-php/monorepo": "^12.0", |
44 | | - "pestphp/pest": "^3.0|^4.0", |
| 41 | + "laravel/pint": "^1.29", |
| 42 | + "mockery/mockery": "^1.6.12", |
| 43 | + "monorepo-php/monorepo": "^12.5.1", |
| 44 | + "pestphp/pest": "^3.0|^4.4.2", |
45 | 45 | "phpacker/phpacker": "^0.6.4" |
46 | 46 | }, |
47 | 47 | "replace": { |
|
56 | 56 | "KDuma\\PhpCA\\": "src/library/src/", |
57 | 57 | "KDuma\\PhpCA\\ConfigManager\\": "src/config-manager/src/", |
58 | 58 | "KDuma\\PhpCA\\Contracts\\": "src/contracts/src/" |
59 | | - } |
| 59 | + }, |
| 60 | + "files": [ |
| 61 | + "src/cli/app/helpers.php" |
| 62 | + ] |
60 | 63 | }, |
61 | 64 | "autoload-dev": { |
62 | 65 | "psr-4": { |
|
0 commit comments