Skip to content

Commit

Permalink
private const modifier, bumping PHP Version to 7.2
Browse files Browse the repository at this point in the history
Signed-off-by: Dennis Dobslaf <[email protected]>
  • Loading branch information
DennisDobslaf committed Aug 12, 2020
1 parent fb9c027 commit 39d85f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
}
},
"require": {
"php": "^5.6 || ^7.0",
"php": "^7.2",
"laminas/laminas-eventmanager": "^2.6.2 || ^3.0",
"laminas/laminas-json": "^2.6.1 || ^3.0",
"laminas/laminas-loader": "^2.5",
Expand Down
2 changes: 1 addition & 1 deletion src/Helper/HeadScript.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class HeadScript extends Placeholder\Container\AbstractStandalone
*/
const FILE = 'FILE';
const SCRIPT = 'SCRIPT';
const DEFAULT_SCRIPT_TYPE = 'text/javascript';
private const DEFAULT_SCRIPT_TYPE = 'text/javascript';

/**
* Are arbitrary attributes allowed?
Expand Down

0 comments on commit 39d85f2

Please sign in to comment.