Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commitc3afaf2

Browse files
michalbundyraweierophinney
authored andcommitted
Results of runningzf-maintainer rebase-doc-templates
1 parent6a8c782 commitc3afaf2

File tree

12 files changed

+307
-138
lines changed

12 files changed

+307
-138
lines changed

‎.gitattributes‎

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
/testexport-ignore
2-
.coveralls.ymlexport-ignore
3-
.gitattributesexport-ignore
4-
.gitignoreexport-ignore
5-
.travis.ymlexport-ignore
6-
composer.lockexport-ignore
7-
phpcs.xmlexport-ignore
8-
phpunit.xml.distexport-ignore
1+
/.coveralls.ymlexport-ignore
2+
/.gitattributesexport-ignore
3+
/.gitignoreexport-ignore
4+
/.travis.ymlexport-ignore
5+
/composer.lockexport-ignore
6+
/docs/export-ignore
7+
/phpcs.xmlexport-ignore
8+
/phpunit.xml.distexport-ignore
9+
/test/export-ignore

‎.gitignore‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vendor/
2-
phpunit.xml
3-
clover.xml
4-
coveralls-upload.json
1+
/clover.xml
2+
/coveralls-upload.json
3+
/phpunit.xml
4+
/vendor/

‎CONTRIBUTING.md‎

Lines changed: 0 additions & 80 deletions
This file was deleted.

‎LICENSE.md‎

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
1-
Copyright (c) 2014-2016, Zend Technologies USA, Inc.
2-
1+
Copyright (c) 2014-2018, Zend Technologies USA, Inc.
32
All rights reserved.
43

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

8-
- Redistributions of source code must retain the above copyright notice,
9-
thislist of conditions and the following disclaimer.
7+
- Redistributions of source code must retain the above copyright notice, this
8+
list of conditions and the following disclaimer.
109

11-
- Redistributions in binary form must reproduce the above copyright notice,
12-
thislist of conditions and the following disclaimer in the documentation
13-
and/orother materials provided with the distribution.
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.
1413

1514
- Neither the name of Zend Technologies USA, Inc. nor the names of its
1615
contributors may be used to endorse or promote products derived from this

‎README.md‎

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
1-
ZF Configuration
2-
================
1+
#ZF Configuration
32

4-
[![Build Status](https://travis-ci.org/zfcampus/zf-configuration.png)](https://travis-ci.org/zfcampus/zf-configuration)
3+
[![Build Status](https://secure.travis-ci.org/zfcampus/zf-configuration.svg?branch=master)](https://secure.travis-ci.org/zfcampus/zf-configuration)
54
[![Coverage Status](https://coveralls.io/repos/github/zfcampus/zf-configuration/badge.svg?branch=master)](https://coveralls.io/github/zfcampus/zf-configuration?branch=master)
65

7-
Introduction
8-
------------
6+
##Introduction
97

108
zf-configuration is a module that provides configuration services that provide for the
119
runtime management and modification of Zend Framework application configuration files.
1210

13-
Requirements
14-
------------
11+
##Requirements
1512

1613
Please see the[composer.json](composer.json) file.
1714

18-
Installation
19-
------------
15+
##Installation
2016

2117
Run the following`composer` command:
2218

@@ -53,8 +49,7 @@ return [
5349
>If you use[zf-component-installer](https://github.com/zendframework/zf-component-installer),
5450
>that plugin will install zf-configuration as a module for you.
5551
56-
Configuration
57-
-------------
52+
##Configuration
5853

5954
###User Configuration
6055

@@ -79,13 +74,11 @@ syntax.
7974

8075
Set this value to a boolean`true` if you want to use PHP 5.5's class name scalars (`::class` notation).
8176

82-
ZF2 Events
83-
----------
77+
###ZF Events
8478

8579
There are no events or listeners.
8680

87-
ZF2 Services
88-
------------
81+
###ZF Services
8982

9083
####ZF\Configuration\ConfigWriter
9184

‎composer.json‎

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,20 @@
11
{
22
"name":"zfcampus/zf-configuration",
33
"description":"Zend Framework module providing a REST resource for manipulating configuration",
4-
"type":"library",
54
"license":"BSD-3-Clause",
65
"keywords": [
7-
"zf2",
8-
"zend",
6+
"zf",
7+
"zendframework",
98
"module",
109
"rest",
1110
"config"
1211
],
13-
"homepage":"http://apigility.org/",
1412
"support": {
15-
"email":"apigility-users@zend.com",
16-
"irc":"irc://irc.freenode.net/apigility",
13+
"issues":"https://github.com/zfcampus/zf-configuration/issues",
1714
"source":"https://github.com/zfcampus/zf-configuration",
18-
"issues":"https://github.com/zfcampus/zf-configuration/issues"
19-
},
20-
"config": {
21-
"sort-packages":true
22-
},
23-
"extra": {
24-
"branch-alias": {
25-
"dev-master":"1.3-dev",
26-
"dev-develop":"1.4-dev"
27-
},
28-
"zf": {
29-
"module":"ZF\\Configuration"
30-
}
15+
"rss":"https://github.com/zfcampus/zf-configuration/releases.atom",
16+
"chat":"https://zendframework-slack.herokuapp.com",
17+
"forum":"https://discourse.zendframework.com/c/questions/apigility"
3118
},
3219
"require": {
3320
"php":"^5.6 || ^7.0",
@@ -50,6 +37,18 @@
5037
"ZFTest\\Configuration\\":"test/"
5138
}
5239
},
40+
"config": {
41+
"sort-packages":true
42+
},
43+
"extra": {
44+
"branch-alias": {
45+
"dev-master":"1.3.x-dev",
46+
"dev-develop":"1.4.x-dev"
47+
},
48+
"zf": {
49+
"module":"ZF\\Configuration"
50+
}
51+
},
5352
"scripts": {
5453
"check": [
5554
"@cs-check",
@@ -58,7 +57,6 @@
5857
"cs-check":"phpcs",
5958
"cs-fix":"phpcbf",
6059
"test":"phpunit --colors=always",
61-
"test-coverage":"phpunit --colors=always --coverage-clover clover.xml",
62-
"upload-coverage":"coveralls -v"
60+
"test-coverage":"phpunit --colors=always --coverage-clover clover.xml"
6361
}
6462
}

‎composer.lock‎

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

CONDUCT.md renamed to docs/CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Contributor Code of Conduct
22

3-
The Zend Framework project adheres to[The Code Manifesto](http://codemanifesto.com)
3+
This project adheres to[The Code Manifesto](http://codemanifesto.com)
44
as its guidelines for contributor interactions.
55

66
##The Code Manifesto

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp