Skip to content

Commit

Permalink
Rewriting as Laminas Project package
Browse files Browse the repository at this point in the history
  • Loading branch information
weierophinney committed Dec 31, 2019
1 parent 7b70a56 commit e481822
Show file tree
Hide file tree
Showing 96 changed files with 915 additions and 3,191 deletions.
6 changes: 3 additions & 3 deletions .docheader
@@ -1,7 +1,7 @@
/**
* @see https://github.com/zendframework/zend-stratigility for the canonical source repository
* @copyright Copyright (c) %regexp:(20\d{2}-)?20\d{2}% Zend Technologies USA Inc. (https://www.zend.com)
* @license https://github.com/zendframework/zend-stratigility/blob/master/LICENSE.md New BSD License
* @see https://github.com/laminas/laminas-stratigility for the canonical source repository
* @copyright https://github.com/laminas/laminas-stratigility/blob/master/COPYRIGHT.md
* @license https://github.com/laminas/laminas-stratigility/blob/master/LICENSE.md New BSD License
*/

declare(strict_types=1);
1 change: 0 additions & 1 deletion .gitattributes
Expand Up @@ -3,7 +3,6 @@
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/composer.lock export-ignore
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
Expand Down
5 changes: 3 additions & 2 deletions .gitignore
@@ -1,7 +1,8 @@
/clover.xml
/composer.lock
/coveralls-upload.json
/docs/html/
/laminas-mkdoc-theme.tgz
/laminas-mkdoc-theme/
/phpunit.xml
/vendor/
/zf-mkdoc-theme.tgz
/zf-mkdoc-theme/
12 changes: 2 additions & 10 deletions .travis.yml
Expand Up @@ -10,33 +10,25 @@ env:
- COVERAGE_DEPS="satooshi/php-coveralls"

matrix:
fast_finish: true
include:
- php: 7.1
env:
- DEPS=lowest
- php: 7.1
env:
- DEPS=locked
- DEPS=latest
- CS_CHECK=true
- TEST_COVERAGE=true
- php: 7.1
env:
- DEPS=latest
- php: 7.2
env:
- DEPS=lowest
- php: 7.2
env:
- DEPS=locked
- php: 7.2
env:
- DEPS=latest
- php: 7.3
env:
- DEPS=lowest
- php: 7.3
env:
- DEPS=locked
- php: 7.3
env:
- DEPS=latest
Expand Down
456 changes: 228 additions & 228 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions COPYRIGHT.md
@@ -0,0 +1,2 @@
Copyright (c) 2019, Laminas Foundation.
All rights reserved. (https://getlaminas.org/)
18 changes: 9 additions & 9 deletions LICENSE.md
@@ -1,19 +1,19 @@
Copyright (c) 2015-2018, Zend Technologies USA, Inc.
Copyright (c) 2019, Laminas Foundation
All rights reserved.

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

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

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

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

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
Expand Down
12 changes: 6 additions & 6 deletions README.md
@@ -1,7 +1,7 @@
# zend-stratigility
# laminas-stratigility

[![Build Status](https://secure.travis-ci.org/zendframework/zend-stratigility.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-stratigility)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-stratigility/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-stratigility?branch=master)
[![Build Status](https://travis-ci.org/laminas/laminas-stratigility.svg?branch=master)](https://travis-ci.org/laminas/laminas-stratigility)
[![Coverage Status](https://coveralls.io/repos/github/laminas/laminas-stratigility/badge.svg?branch=master)](https://coveralls.io/github/laminas/laminas-stratigility?branch=master)

> From "Strata", Latin for "layer", and "agility".
Expand All @@ -10,6 +10,6 @@ This package supersedes and replaces [phly/conduit](https://github.com/phly/cond
Stratigility is a port of [Sencha Connect](https://github.com/senchalabs/connect)
to PHP. It allows you to create and dispatch middleware pipelines.

- File issues at https://github.com/zendframework/zend-stratigility/issues
- Issue patches to https://github.com/zendframework/zend-stratigility/pulls
- Documentation is at https://docs.zendframework.com/zend-stratigility/
- File issues at https://github.com/laminas/laminas-stratigility/issues
- Issue patches to https://github.com/laminas/laminas-stratigility/pulls
- Documentation is at https://docs.laminas.dev/laminas-stratigility/
70 changes: 39 additions & 31 deletions composer.json
@@ -1,65 +1,70 @@
{
"name": "zendframework/zend-stratigility",
"name": "laminas/laminas-stratigility",
"description": "PSR-7 middleware foundation for building and dispatching middleware pipelines",
"license": "BSD-3-Clause",
"keywords": [
"laminas",
"http",
"psr-7",
"psr-15",
"middleware",
"zf",
"zendframework"
"middleware"
],
"homepage": "https://laminas.dev",
"support": {
"docs": "https://docs.zendframework.com/zend-stratigility/",
"issues": "https://github.com/zendframework/zend-stratigility/issues",
"source": "https://github.com/zendframework/zend-stratigility",
"rss": "https://github.com/zendframework/zend-stratigility/releases.atom",
"slack": "https://zendframework-slack.herokuapp.com",
"forum": "https://discourse.zendframework.com/c/questions/expressive"
"docs": "https://docs.laminas.dev/laminas-stratigility/",
"issues": "https://github.com/laminas/laminas-stratigility/issues",
"source": "https://github.com/laminas/laminas-stratigility",
"rss": "https://github.com/laminas/laminas-stratigility/releases.atom",
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
}
},
"require": {
"php": "^7.1",
"fig/http-message-util": "^1.1",
"laminas/laminas-escaper": "^2.3",
"laminas/laminas-zendframework-bridge": "^1.0",
"psr/http-message": "^1.0",
"psr/http-server-middleware": "^1.0",
"zendframework/zend-escaper": "^2.3"
"psr/http-server-middleware": "^1.0"
},
"require-dev": {
"laminas/laminas-coding-standard": "~1.0.0",
"laminas/laminas-diactoros": "^1.7.1",
"malukenho/docheader": "^0.1.6",
"phpunit/phpunit": "^7.0.1",
"zendframework/zend-coding-standard": "~1.0.0",
"zendframework/zend-diactoros": "^1.7.1"
},
"suggest": {
"psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., zendframework/zend-diactoros"
"phpunit/phpunit": "^7.0.1"
},
"conflict": {
"zendframework/zend-diactoros": "<1.7.1"
"laminas/laminas-diactoros": "<1.7.1"
},
"suggest": {
"psr/http-message-implementation": "Please install a psr/http-message-implementation to consume Stratigility; e.g., laminas/laminas-diactoros"
},
"autoload": {
"files": [
"src/functions/double-pass-middleware.php",
"src/functions/host.php",
"src/functions/middleware.php",
"src/functions/path.php"
"src/functions/path.php",
"src/functions/double-pass-middleware.legacy.php",
"src/functions/host.legacy.php",
"src/functions/middleware.legacy.php",
"src/functions/path.legacy.php"
],
"psr-4": {
"Zend\\Stratigility\\": "src/"
"Laminas\\Stratigility\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"ZendTest\\Stratigility\\": "test/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev",
"dev-develop": "3.3.x-dev"
"LaminasTest\\Stratigility\\": "test/"
}
},
"scripts": {
Expand All @@ -73,5 +78,8 @@
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"license-check": "docheader check src/ test/"
},
"replace": {
"zendframework/zend-stratigility": "self.version"
}
}

0 comments on commit e481822

Please sign in to comment.