Skip to content

Commit

Permalink
chore(deps): Update composer dependencies to stable27 baseline
Browse files Browse the repository at this point in the history
Fixes: #1353

Signed-off-by: Jonas <[email protected]>
  • Loading branch information
mejo- committed Jul 7, 2024
1 parent ea47a15 commit c64fbdb
Show file tree
Hide file tree
Showing 2 changed files with 304 additions and 440 deletions.
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,26 @@
"license": "AGPL-3.0-or-later",
"config": {
"platform": {
"php": "8.0"
"php": "8.0.2"
},
"sort-packages": true
},
"require": {
"php": ">=8.0",
"php": ">=8.0.2",
"ext-json": "*",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"teamtnt/tntsearch": "^4.2"
},
"require-dev": {
"ext-dom": "*",
"behat/behat": "^3.8",
"guzzlehttp/guzzle": "^7.7",
"nextcloud/coding-standard": "^1.1.1",
"nextcloud/ocp": "dev-stable26",
"phpunit/phpunit": "^9.5",
"psalm/phar": "^5.4",
"rector/rector": "^1.0.1"
"behat/behat": "^3.14",
"guzzlehttp/guzzle": "^7.8",
"nextcloud/coding-standard": "^1.2.1",
"nextcloud/ocp": "dev-stable27",
"phpunit/phpunit": "^9.6",
"psalm/phar": "^5.25",
"rector/rector": "^1.2.0"
},
"scripts": {
"lint": "find . -name \\*.php -not -path './vendor/*' -exec php -l \"{}\" \\;",
Expand Down
Loading

0 comments on commit c64fbdb

Please sign in to comment.