Skip to content

Commit

Permalink
Move to nextcloud config and update phpunit
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Molenaar <[email protected]>
  • Loading branch information
SMillerDev committed Sep 20, 2020
1 parent 6b0e992 commit ac0622b
Show file tree
Hide file tree
Showing 56 changed files with 1,578 additions and 1,678 deletions.
1 change: 1 addition & 0 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ Before you update to a new version, [check the changelog](https://github.com/nex
<repair-steps>
<post-migration>
<step>OCA\News\Migration\MigrateStatusFlags</step>
<step>OCA\News\Migration\MigrateConfig</step>
</post-migration>
</repair-steps>

Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,22 +42,22 @@
},
"require": {
"php": "^7.2",
"ezyang/htmlpurifier": "4.12.0",
"ezyang/htmlpurifier": "^4.13.0",
"pear/net_url2": "2.2.2",
"riimu/kit-pathjoin": "1.2.0",
"debril/feed-io": "^4.5",
"debril/feed-io": "^v4.7.8",
"arthurhoaro/favicon": "^1.2",
"ext-json": "*",
"ext-simplexml": "*",
"ext-libxml": "*",
"andreskrey/readability.php": "^2.1"
},
"require-dev": {
"phpunit/phpunit": "^7.5",
"squizlabs/php_codesniffer": "^3.4",
"phpunit/phpunit": "9.2.6",
"squizlabs/php_codesniffer": "^3.5.6",
"guzzlehttp/guzzle": "^6.3",
"symfony/service-contracts": "1.1.8",
"phpstan/phpstan": "^0.12.38"
"symfony/service-contracts": "2.2.0",
"phpstan/phpstan": "^0.12.43"
},
"replace": {
"guzzlehttp/guzzle": "*",
Expand Down
Loading

0 comments on commit ac0622b

Please sign in to comment.