Skip to content

Commit 7b04527

Browse files
committed
Rewriting as Laminas Project package
1 parent f11372c commit 7b04527

File tree

74 files changed

+885
-4257
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+885
-4257
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
/.gitattributes export-ignore
33
/.gitignore export-ignore
44
/.travis.yml export-ignore
5-
/composer.lock export-ignore
65
/docs/ export-ignore
76
/phpcs.xml export-ignore
87
/phpunit.xml.dist export-ignore

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/clover.xml
2+
/composer.lock
23
/coveralls-upload.json
34
/phpunit.xml
45
/vendor/

.travis.yml

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
sudo: false
2-
31
language: php
42

53
cache:
@@ -12,24 +10,17 @@ env:
1210
- COVERAGE_DEPS="php-coveralls/php-coveralls"
1311

1412
matrix:
13+
fast_finish: true
1514
include:
1615
- php: 5.6
1716
env:
1817
- DEPS=lowest
19-
- php: 5.6
20-
env:
21-
- DEPS=locked
22-
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-permissions-rbac"
2318
- php: 5.6
2419
env:
2520
- DEPS=latest
2621
- php: 7
2722
env:
2823
- DEPS=lowest
29-
- php: 7
30-
env:
31-
- DEPS=locked
32-
- LEGACY_DEPS="phpunit/phpunit zendframework/zend-permissions-rbac"
3324
- php: 7
3425
env:
3526
- DEPS=latest
@@ -38,18 +29,12 @@ matrix:
3829
- DEPS=lowest
3930
- php: 7.1
4031
env:
41-
- DEPS=locked
32+
- DEPS=latest
4233
- CS_CHECK=true
4334
- TEST_COVERAGE=true
44-
- php: 7.1
45-
env:
46-
- DEPS=latest
4735
- php: 7.2
4836
env:
4937
- DEPS=lowest
50-
- php: 7.2
51-
env:
52-
- DEPS=locked
5338
- php: 7.2
5439
env:
5540
- DEPS=latest

CHANGELOG.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9-
- [#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for zend-permissions-rbac 3.0.
9+
- [zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for laminas-permissions-rbac 3.0.
1010

11-
- [#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for PHP 7.1 and 7.2.
11+
- [zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) adds support for PHP 7.1 and 7.2.
1212

1313
### Changed
1414

@@ -20,11 +20,11 @@ All notable changes to this project will be documented in this file, in reverse
2020

2121
### Removed
2222

23-
- [#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) removes support for HHVM.
23+
- [zfcampus/zf-mvc-auth#137](https://github.com/zfcampus/zf-mvc-auth/pull/137) removes support for HHVM.
2424

2525
### Fixed
2626

27-
- [#136](https://github.com/zfcampus/zf-mvc-auth/pull/136) provides changes to the `OAuth2Adapter` that prevent hitting
27+
- [zfcampus/zf-mvc-auth#136](https://github.com/zfcampus/zf-mvc-auth/pull/136) provides changes to the `OAuth2Adapter` that prevent hitting
2828
the database twice when the token is valid.
2929

3030
## 1.4.3 - 2016-09-30
@@ -43,7 +43,7 @@ All notable changes to this project will be documented in this file, in reverse
4343

4444
### Fixed
4545

46-
- [#128](https://github.com/zfcampus/zf-mvc-auth/pull/128) fixes an issue
46+
- [zfcampus/zf-mvc-auth#128](https://github.com/zfcampus/zf-mvc-auth/pull/128) fixes an issue
4747
stemming from changes in the Admin API; controller service names are often
4848
written in configuration using dash, versus namespace, separators, which
4949
causes authorization lookups to fail. This version now converts dashes to
@@ -65,10 +65,10 @@ All notable changes to this project will be documented in this file, in reverse
6565

6666
### Fixed
6767

68-
- [#125](https://github.com/zfcampus/zf-mvc-auth/pull/125) updates the
68+
- [zfcampus/zf-mvc-auth#125](https://github.com/zfcampus/zf-mvc-auth/pull/125) updates the
6969
`MvcRouteListener` to trigger events using `triggerEventUntil()` instead
7070
of using argument overloading on `trigger()`; this change ensures that the
71-
code will work with zend-eventmanager v3 properly.
71+
code will work with laminas-eventmanager v3 properly.
7272

7373
## 1.4.1 - 2016-07-25
7474

@@ -86,10 +86,10 @@ All notable changes to this project will be documented in this file, in reverse
8686

8787
### Fixed
8888

89-
- [#120](https://github.com/zfcampus/zf-mvc-auth/pull/120) fixes the
89+
- [zfcampus/zf-mvc-auth#120](https://github.com/zfcampus/zf-mvc-auth/pull/120) fixes the
9090
`Module::onBootstrap()` method to re-introduce attachment of the
9191
`MvcRouteListener`.
92-
- [#119](https://github.com/zfcampus/zf-mvc-auth/pull/119) fixes a comparisoin
92+
- [zfcampus/zf-mvc-auth#119](https://github.com/zfcampus/zf-mvc-auth/pull/119) fixes a comparisoin
9393
in `DefaultResourceResolverListener::getIdentifier()` whereby an identifier of
9494
`0` was incorrectly resulting in matching to a collection request. As
9595
collections and entities often have different permissions, this could lead to
@@ -99,9 +99,9 @@ All notable changes to this project will be documented in this file, in reverse
9999

100100
### Added
101101

102-
- [#114](https://github.com/zfcampus/zf-mvc-auth/pull/114) and
103-
[#116](https://github.com/zfcampus/zf-mvc-auth/pull/116) add support for both
104-
PHP 7 and version 3 components from Zend Framework (while retaining
102+
- [zfcampus/zf-mvc-auth#114](https://github.com/zfcampus/zf-mvc-auth/pull/114) and
103+
[zfcampus/zf-mvc-auth#116](https://github.com/zfcampus/zf-mvc-auth/pull/116) add support for both
104+
PHP 7 and version 3 components from Laminas (while retaining
105105
compatibility for version 2 components).
106106

107107
### Deprecated
@@ -110,7 +110,7 @@ All notable changes to this project will be documented in this file, in reverse
110110

111111
### Removed
112112

113-
- [#116](https://github.com/zfcampus/zf-mvc-auth/pull/116) removes support for
113+
- [zfcampus/zf-mvc-auth#116](https://github.com/zfcampus/zf-mvc-auth/pull/116) removes support for
114114
PHP 5.5.
115115

116116
### Fixed
@@ -133,6 +133,6 @@ All notable changes to this project will be documented in this file, in reverse
133133

134134
### Fixed
135135

136-
- [#111](https://github.com/zfcampus/zf-mvc-auth/pull/111) adds a check for the
136+
- [zfcampus/zf-mvc-auth#111](https://github.com/zfcampus/zf-mvc-auth/pull/111) adds a check for the
137137
`unset_refresh_token_after_use` configuration flag when creating an
138138
`OAuth2\Server` instance, passing it to the instance when discovered.

COPYRIGHT.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Copyright (c) 2019, Laminas Foundation.
2+
All rights reserved. (https://getlaminas.org/)

LICENSE.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
Copyright (c) 2014-2018, Zend Technologies USA, Inc.
1+
Copyright (c) 2019, Laminas Foundation
22
All rights reserved.
33

4-
Redistribution and use in source and binary forms, with or without modification,
5-
are permitted provided that the following conditions are met:
4+
Redistribution and use in source and binary forms, with or without
5+
modification, are permitted provided that the following conditions are met:
66

77
- Redistributions of source code must retain the above copyright notice, this
88
list of conditions and the following disclaimer.
99

10-
- Redistributions in binary form must reproduce the above copyright notice, this
11-
list of conditions and the following disclaimer in the documentation and/or
12-
other materials provided with the distribution.
10+
- Redistributions in binary form must reproduce the above copyright notice,
11+
this list of conditions and the following disclaimer in the documentation
12+
and/or other materials provided with the distribution.
1313

14-
- Neither the name of Zend Technologies USA, Inc. nor the names of its
15-
contributors may be used to endorse or promote products derived from this
16-
software without specific prior written permission.
14+
- Neither the name of Laminas Foundation nor the names of its contributors may
15+
be used to endorse or promote products derived from this software without
16+
specific prior written permission.
1717

1818
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
1919
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED

0 commit comments

Comments
 (0)