Skip to content

Commit a5eda25

Browse files
committed
Flattened project structure per ZF3 migration suggestion.
1 parent d817d03 commit a5eda25

File tree

10 files changed

+2
-23
lines changed

10 files changed

+2
-23
lines changed

Module.php

Lines changed: 0 additions & 20 deletions
This file was deleted.

build.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ composer --prefer-dist install
7575
php -l ${PROJECT_ROOT}/src
7676
php -l ${PROJECT_ROOT}/config
7777
php -l ${PROJECT_ROOT}/tests
78-
php -l ${PROJECT_ROOT}/Module.php
7978

8079
# ------------------------------------------------------------------
8180
# Test

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
},
2525
"autoload": {
2626
"psr-4": {
27-
"DompdfModule\\": "src/DompdfModule"
27+
"DompdfModule\\": "src"
2828
}
2929
},
3030
"autoload-dev": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ class Module implements ConfigProviderInterface
2828
*/
2929
public function getConfig()
3030
{
31-
return include __DIR__ . '/../../config/module.config.php';
31+
return include __DIR__ . '/../config/module.config.php';
3232
}
3333
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)