|
26 | 26 | "url": "https://github.com/helsingborg-stad/acf-export-manager.git" |
27 | 27 | } |
28 | 28 | ], |
| 29 | + "scripts": { |
| 30 | + "test": "vendor/bin/phpunit", |
| 31 | + "test:coverage": "XDEBUG_MODE=coverage vendor/bin/phpunit", |
| 32 | + "lint": "vendor/bin/mago lint", |
| 33 | + "fix": "vendor/bin/mago lint --format-after-fix --fix", |
| 34 | + "format": "vendor/bin/mago fmt" |
| 35 | + }, |
29 | 36 | "require": { |
30 | 37 | "php": ">=8.2", |
31 | 38 | "helsingborg-stad/acf-export-manager": "^1.0.12", |
32 | 39 | "helsingborg-stad/coordinate-transformation-library": "^1.0.1", |
33 | | - "phpseclib/phpseclib": "^3.0.0", |
34 | 40 | "helsingborg-stad/wpservice": "^2.0", |
35 | 41 | "helsingborg-stad/acfservice": "^1.0", |
| 42 | + "helsingborg-stad/wputilservice": "^0.2.44" |
| 43 | + }, |
| 44 | + "suggest": { |
36 | 45 | "helsingborg-stad/municipio": "^6.0.0" |
37 | 46 | }, |
38 | 47 | "require-dev": { |
39 | | - "helsingborg-stad/phpcs": "^0.2.2", |
40 | 48 | "phpunit/phpunit": "^11.5", |
41 | | - "php-stubs/wordpress-stubs": "^6.8" |
42 | | - }, |
43 | | - "scripts": { |
44 | | - "test": "phpunit --no-coverage --testdox", |
45 | | - "test:coverage": "XDEBUG_MODE=coverage phpunit --testdox", |
46 | | - "lint": "vendor/bin/phpcs", |
47 | | - "lint:changed": "vendor/bin/phpcs-changed origin/main", |
48 | | - "fix": "vendor/bin/phpcbf", |
49 | | - "fix:changed": "vendor/bin/phpcbf-changed origin/main" |
| 49 | + "carthage-software/mago": "^1.0.0-rc.3" |
50 | 50 | }, |
51 | 51 | "config": { |
52 | 52 | "allow-plugins": { |
53 | 53 | "dealerdirect/phpcodesniffer-composer-installer": true, |
54 | | - "composer/installers": true |
| 54 | + "composer/installers": true, |
| 55 | + "carthage-software/mago": true |
55 | 56 | } |
56 | 57 | }, |
57 | 58 | "autoload": { |
|
0 commit comments