Skip to content

Commit

Permalink
feat: dep updates for k3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricerenck committed Dec 6, 2022
1 parent 300677a commit 55ba187
Show file tree
Hide file tree
Showing 16 changed files with 440 additions and 127 deletions.
9 changes: 6 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,19 @@
"require": {
"getkirby/composer-installer": "^1.1",
"php": ">=7.3.0",
"webeweb/pexels-library": "^2.4"
"webeweb/pexels-library": "^2.9"
},
"require-dev": {
"getkirby/cms": "^3.7",
"getkirby/cms": "^3.8",
"phpunit/phpunit": "9.5"
},
"replace": {},
"suggests": {},
"config": {
"optimize-autoloader": true
"optimize-autoloader": true,
"allow-plugins": {
"getkirby/composer-installer": true
}
},
"scripts": {
"test": "vendor/bin/phpunit --testdox tests",
Expand Down
174 changes: 128 additions & 46 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 55ba187

Please sign in to comment.