|
31 | 31 | "illuminate/collections": "^8.0" |
32 | 32 | }, |
33 | 33 | "require-dev": { |
34 | | - "codeception/module-asserts": "^1.0", |
35 | | - "codeception/module-cli": "^1.0", |
36 | | - "codeception/module-db": "^1.0", |
37 | | - "codeception/module-filesystem": "^1.0", |
38 | | - "codeception/module-phpbrowser": "^1.0", |
39 | | - "codeception/module-rest": "^1.0", |
40 | | - "codeception/module-webdriver": "^1.0", |
41 | | - "codeception/util-universalframework": "^1.0", |
42 | | - "lucatume/wp-browser": "^3.0.14", |
43 | | - "phpunit/phpunit": "~6.0", |
| 34 | + "lucatume/wp-browser": "^3.5 || ^4.0", |
44 | 35 | "szepeviktor/phpstan-wordpress": "^1.1", |
45 | 36 | "symfony/event-dispatcher-contracts": "^2.5.1", |
46 | 37 | "symfony/string": "^5.4", |
47 | 38 | "saggre/phpdocumentor-markdown": "^0.1.3" |
48 | 39 | }, |
49 | 40 | "scripts": { |
50 | 41 | "create-docs": [ |
51 | | - "test -f ./bin/phpDocumentor.phar || curl -o bin/phpDocumentor.phar -L -C - https://phpdoc.org/phpDocumentor.phar", |
| 42 | + "test -f ./bin/phpDocumentor.phar || curl -o bin/phpDocumentor.phar -L -C - https://github.com/phpDocumentor/phpDocumentor/releases/download/v3.3.1/phpDocumentor.phar", |
52 | 43 | "@php bin/phpDocumentor.phar --directory=src --target=docs --template='vendor/saggre/phpdocumentor-markdown/themes/markdown'" |
53 | 44 | ], |
54 | 45 | "test:analysis": [ |
|
0 commit comments