Skip to content

Commit

Permalink
prepare zf3-parts
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Jun 6, 2016
1 parent e21fa62 commit c7a5907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
],
"require": {
"php": ">=5.6",
"zendframework/zend-servicemanager": "~3.1",
"zendframework/zend-validator": "~2.8|~3.0",
"zendframework/zend-view": "~2.7|~3.0",
"zendframework/zend-servicemanager": "~3.0",
"zendframework/zend-validator": "~2.8",
"zendframework/zend-view": "~2.7",
"kokspflanze/sbb-code-parser": "~0.1"
},
"require-dev": {
Expand Down
1 change: 1 addition & 0 deletions config/module.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

use ZfcBBCode\Service;
use ZfcBBCode\View\Helper;

$serverName = isset($_SERVER['SERVER_NAME']) ? $_SERVER['SERVER_NAME'] : '';

return [
Expand Down

0 comments on commit c7a5907

Please sign in to comment.