|
12 | 12 | "authors": [ |
13 | 13 | { |
14 | 14 | "name": "Andrew DalPino", |
15 | | - "role": "Project Lead", |
16 | 15 | "homepage": "https://github.com/andrewdalpino", |
17 | 16 | "email": "support@andrewdalpino.com" |
18 | 17 | }, |
|
23 | 22 | ], |
24 | 23 | "require": { |
25 | 24 | "php": ">=7.4", |
26 | | - "league/flysystem": "1.x.x|2.x.x", |
27 | | - "rubix/ml": "^1.0", |
28 | | - "scienide/okbloomer": "^1.0@beta" |
| 25 | + "rubix/ml": "^2.0" |
29 | 26 | }, |
30 | 27 | "require-dev": { |
31 | | - "friendsofphp/php-cs-fixer": "^3.1", |
32 | | - "league/flysystem-memory": "1.x.x|2.x.x", |
| 28 | + "friendsofphp/php-cs-fixer": "^3.0", |
33 | 29 | "phpbench/phpbench": "^1.0", |
34 | 30 | "phpstan/extension-installer": "^1.0", |
35 | | - "phpstan/phpstan": "0.12.*", |
36 | | - "phpstan/phpstan-phpunit": "0.12.*", |
37 | | - "phpunit/phpunit": "8.5.*" |
| 31 | + "phpstan/phpstan": "^1.0", |
| 32 | + "phpstan/phpstan-phpunit": "^1.0", |
| 33 | + "phpunit/phpunit": "^9.0" |
38 | 34 | }, |
39 | 35 | "autoload": { |
40 | 36 | "psr-4": { |
|
66 | 62 | "config": { |
67 | 63 | "preferred-install": "dist", |
68 | 64 | "sort-packages": true, |
69 | | - "process-timeout": 3000 |
| 65 | + "process-timeout": 3000, |
| 66 | + "allow-plugins": { |
| 67 | + "phpstan/extension-installer": true |
| 68 | + } |
70 | 69 | }, |
71 | 70 | "funding": [ |
72 | 71 | { |
73 | 72 | "type": "github", |
74 | | - "url": "https://github.com/sponsors/andrewdalpino" |
| 73 | + "url": "https://github.com/sponsors/RubixML" |
75 | 74 | } |
76 | 75 | ], |
77 | 76 | "support": { |
|
0 commit comments