Skip to content

Commit 4e6c40f

Browse files
Updated docs
1 parent 88fcf8a commit 4e6c40f

File tree

6 files changed

+63
-29
lines changed

6 files changed

+63
-29
lines changed

.github/FUNDING.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
# These are supported funding model platforms
2-
github: [gmponos, GrahamCampbell]
1+
github: [Nyholm, GrahamCampbell]
2+
tidelift: "packagist/guzzlehttp/uri-template"

.github/stale.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
daysUntilStale: 120
2+
daysUntilClose: 14
3+
exemptLabels:
4+
- lifecycle/keep-open
5+
- lifecycle/ready-for-merge
6+
# Label to use when marking an issue as stale
7+
staleLabel: lifecycle/stale
8+
# Comment to post when marking an issue as stale. Set to `false` to disable
9+
markComment: >
10+
This issue has been automatically marked as stale because it has not had
11+
recent activity. It will be closed after 2 weeks if no further activity occurs. Thank you
12+
for your contributions.
13+
# Comment to post when closing a stale issue. Set to `false` to disable
14+
closeComment: false

LICENSE

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2014 Michael Dowling <[email protected]>
4+
Copyright (c) 2020 George Mponos <[email protected]>
5+
Copyright (c) 2020 Graham Campbell <[email protected]>
6+
7+
Permission is hereby granted, free of charge, to any person obtaining a copy
8+
of this software and associated documentation files (the "Software"), to deal
9+
in the Software without restriction, including without limitation the rights
10+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
11+
copies of the Software, and to permit persons to whom the Software is
12+
furnished to do so, subject to the following conditions:
13+
14+
The above copyright notice and this permission notice shall be included in
15+
all copies or substantial portions of the Software.
16+
17+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
18+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
19+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
23+
THE SOFTWARE.

LICENSE.md

-21
This file was deleted.

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,14 @@ $ make test
2020

2121
## Security
2222

23-
If you discover any security related issues, please email security@guzzlephp.org instead of using the issue tracker.
23+
If you discover a security vulnerability within this package, please send an email to security@tidelift.com. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced. Please see [Security Policy](https://github.com/guzzle/uri-template/security/policy) for more information.
2424

2525
## License
2626

27-
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
27+
Guzzle is made available under the MIT License (MIT). Please see [License File](LICENSE) for more information.
28+
29+
## For Enterprise
30+
31+
Available as part of the Tidelift Subscription
32+
33+
The maintainers of Guzzle and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/packagist-guzzlehttp-uri-template?utm_source=packagist-guzzlehttp-uri-template7&utm_medium=referral&utm_campaign=enterprise&utm_term=repo)

composer.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,31 @@
11
{
22
"name": "guzzlehttp/uri-template",
3-
"type": "library",
43
"description": "A polyfill class for uri_template of PHP",
54
"keywords": [
65
"guzzlehttp",
76
"uri-template"
87
],
9-
"homepage": "https://github.com/guzzlehttp/uri-template",
108
"license": "MIT",
119
"authors": [
10+
{
11+
"name": "Graham Campbell",
12+
"email": "[email protected]",
13+
"homepage": "https://github.com/GrahamCampbell"
14+
},
15+
{
16+
"name": "Michael Dowling",
17+
"email": "[email protected]",
18+
"homepage": "https://github.com/mtdowling"
19+
},
1220
{
1321
"name": "George Mponos",
1422
"email": "[email protected]",
15-
"homepage": "https://github.com/gmponos",
16-
"role": "Developer"
23+
"homepage": "https://github.com/gmponos"
24+
},
25+
{
26+
"name": "Tobias Nyholm",
27+
"email": "[email protected]",
28+
"homepage": "https://github.com/Nyholm"
1729
}
1830
],
1931
"repositories": [

0 commit comments

Comments
 (0)