-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
74 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,64 @@ | ||
{ | ||
"name": "conductionnl/opencatalogi", | ||
"description": "This is a DSO Nextcloud project for the municipality Buren and is done by ConductionNL", | ||
"license": "AGPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Conduction b.v.", | ||
"email": "[email protected]", | ||
"homepage": "https://conduction.nl" | ||
}, | ||
{ | ||
"name": "Remko Huisman (Conduction)", | ||
"email": "[email protected]", | ||
"homepage": "https://conduction.nl" | ||
}, | ||
{ | ||
"name": "Ruben van der Linde (Conduction)", | ||
"email": "[email protected]", | ||
"homepage": "https://conduction.nl" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"OCA\\OpenCatalogi\\": "lib/" | ||
} | ||
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"@composer bin all install --ansi" | ||
], | ||
"post-update-cmd": [ | ||
"@composer bin all update --ansi" | ||
], | ||
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l", | ||
"cs:check": "php-cs-fixer fix --dry-run --diff", | ||
"cs:fix": "php-cs-fixer fix", | ||
"psalm": "psalm --threads=1 --no-cache", | ||
"test:unit": "phpunit tests -c tests/phpunit.xml --colors=always --fail-on-warning --fail-on-risky", | ||
"openapi": "generate-spec" | ||
}, | ||
"require": { | ||
"php": "^8.1", | ||
"adbario/php-dot-notation": "^3.3.0", | ||
"bamarni/composer-bin-plugin": "^1.8", | ||
"elasticsearch/elasticsearch": "^v8.14.0", | ||
"guzzlehttp/guzzle": "^7.0", | ||
"symfony/uid": "^6.4" | ||
}, | ||
"require-dev": { | ||
"nextcloud/ocp": "dev-stable29", | ||
"roave/security-advisories": "dev-latest" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"bamarni/composer-bin-plugin": true, | ||
"php-http/discovery": true | ||
}, | ||
"optimize-autoloader": true, | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "8.1" | ||
} | ||
} | ||
"name": "conductionnl/opencatalogi", | ||
"description": "This is a DSO Nextcloud project for the municipality Buren and is done by ConductionNL", | ||
"license": "AGPL-3.0-or-later", | ||
"authors": [ | ||
{ | ||
"name": "Conduction b.v.", | ||
"email": "[email protected]", | ||
"homepage": "https://conduction.nl" | ||
}, | ||
{ | ||
"name": "Remko Huisman (Conduction)", | ||
"email": "[email protected]", | ||
"homepage": "https://conduction.nl" | ||
}, | ||
{ | ||
"name": "Ruben van der Linde (Conduction)", | ||
"email": "[email protected]", | ||
"homepage": "https://conduction.nl" | ||
} | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"OCA\\OpenCatalogi\\": "lib/" | ||
} | ||
}, | ||
"scripts": { | ||
"post-install-cmd": [ | ||
"@composer bin all install --ansi" | ||
], | ||
"post-update-cmd": [ | ||
"@composer bin all update --ansi" | ||
], | ||
"lint": "find . -name \\*.php -not -path './vendor/*' -not -path './vendor-bin/*' -not -path './build/*' -print0 | xargs -0 -n1 php -l", | ||
"cs:check": "php-cs-fixer fix --dry-run --diff", | ||
"cs:fix": "php-cs-fixer fix", | ||
"psalm": "psalm --threads=1 --no-cache", | ||
"test:unit": "phpunit tests -c tests/phpunit.xml --colors=always --fail-on-warning --fail-on-risky", | ||
"openapi": "generate-spec" | ||
}, | ||
"require": { | ||
"php": "^8.1", | ||
"adbario/php-dot-notation": "^3.3.0", | ||
"bamarni/composer-bin-plugin": "^1.8", | ||
"elasticsearch/elasticsearch": "^v8.14.0", | ||
"guzzlehttp/guzzle": "^7.0", | ||
"symfony/uid": "^6.4" | ||
}, | ||
"require-dev": { | ||
"nextcloud/ocp": "dev-stable29", | ||
"roave/security-advisories": "dev-latest" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"bamarni/composer-bin-plugin": true, | ||
"php-http/discovery": true | ||
}, | ||
"optimize-autoloader": true, | ||
"sort-packages": true, | ||
"platform": { | ||
"php": "8.1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters