Skip to content

Commit

Permalink
Fix composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasfabian committed Mar 20, 2024
1 parent 4576386 commit 97ca3c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,16 @@
},
"require-dev": {
"phpunit/phpunit": "^9",
"getkirby/cms": "^4"
"getkirby/cms": "^3.9 || ^4.0"
},
"autoload": {
"psr-4": {
"Wagnerwagner\\Merx\\": "src/"
}
},
"extra": {
"kirby-cms-path": false
},
"scripts": {
"analyze:psalm": "psalm",
"test": "./vendor/bin/phpunit --bootstrap tests/bootstrap.php tests"
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 97ca3c9

Please sign in to comment.