Skip to content

Commit

Permalink
Merge remote-tracking branch 'laminas/develop' into CSP-Report-Only
Browse files Browse the repository at this point in the history
  • Loading branch information
xmorave2 committed Apr 27, 2020
2 parents 0bebb78 + d0916b1 commit 26d4ce8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/.ci/ export-ignore
/.coveralls.yml export-ignore
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/docs/ export-ignore
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
branches:
- master
repository_dispatch:
types: docs-build

jobs:
build-deploy:
Expand Down
3 changes: 1 addition & 2 deletions COPYRIGHT.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
Copyright (c) 2019-2020, Laminas Foundation.
All rights reserved. (https://getlaminas.org/)
Copyright (c) 2020 Laminas Project a Series of LF Projects, LLC. (https://getlaminas.org/)
3 changes: 1 addition & 2 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
Copyright (c) 2019-2020, Laminas Foundation
All rights reserved.
Copyright (c) 2020 Laminas Project a Series of LF Projects, LLC.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml"
},
"replace": {
"zendframework/zend-http": "self.version"
"zendframework/zend-http": "^2.11.2"
}
}

0 comments on commit 26d4ce8

Please sign in to comment.