Skip to content

Commit

Permalink
composer.json: fix PSR-4 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wernerkrauss committed Dec 18, 2024
1 parent 2e9d73e commit 6dff8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": "^8.2",
"ext-zip": "*",
"silverstripe/framework": "^5",
"silverstripe/framework": "^5.2",
"tractorcow/silverstripe-fluent": "^7",
"lekoala/silverstripe-pure-modal": "^1.2.1",
"lekoala/silverstripe-cms-actions": "^1.7.5",
Expand All @@ -39,7 +39,7 @@
"autoload": {
"psr-4": {
"Netwerkstatt\\FluentExportImport\\": "src/",
"Netwerkstatt\\FluentExportImport\\Tests\\": "tests/"
"Netwerkstatt\\FluentExportImport\\Tests\\": "tests/php"
}
},
"scripts": {
Expand Down

0 comments on commit 6dff8fe

Please sign in to comment.