Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Commit

Permalink
Merge branch 'release/2.1.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Sep 4, 2019
2 parents 685051b + 3d319b0 commit c4b36fa
Show file tree
Hide file tree
Showing 23 changed files with 341 additions and 317 deletions.
6 changes: 3 additions & 3 deletions .gitattributes
@@ -1,12 +1,12 @@
/docs export-ignore
/test export-ignore
/.coveralls.yml export-ignore
/.docheader export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.zf-mkdoc-theme-preserve export-ignore
/.zf-mkdoc-theme-landing export-ignore
/composer.lock export-ignore
/docs/ export-ignore
/mkdocs.yml export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/test/ export-ignore
14 changes: 7 additions & 7 deletions .gitignore
@@ -1,7 +1,7 @@
docs/html/
vendor/
zf-mkdoc-theme/
clover.xml
coveralls-upload.json
phpunit.xml
zf-mkdoc-theme.tgz
/clover.xml
/coveralls-upload.json
/docs/html/
/phpunit.xml
/vendor/
/zf-mkdoc-theme.tgz
/zf-mkdoc-theme/
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -17,6 +17,7 @@ matrix:
- php: 7.1
env:
- DEPS=locked
- LEGACY_DEPS="phpunit/phpunit"
- CS_CHECK=true
- TEST_COVERAGE=true
- php: 7.1
Expand Down Expand Up @@ -48,7 +49,7 @@ install:
- travis_retry composer install $COMPOSER_ARGS --ignore-platform-reqs
- if [[ $LEGACY_DEPS != '' ]]; then travis_retry composer update $COMPOSER_ARGS --with-dependencies $LEGACY_DEPS ; fi
- if [[ $DEPS == 'latest' ]]; then travis_retry composer update $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update --prefer-lowest --prefer-stable $COMPOSER_ARGS ; fi
- if [[ $DEPS == 'lowest' ]]; then travis_retry composer update $COMPOSER_ARGS --prefer-lowest --prefer-stable ; fi
- if [[ $TEST_COVERAGE == 'true' ]]; then travis_retry composer require --dev $COMPOSER_ARGS $COVERAGE_DEPS ; fi
- stty cols 120 && composer show

Expand Down
24 changes: 1 addition & 23 deletions CHANGELOG.md
Expand Up @@ -2,29 +2,7 @@

All notable changes to this project will be documented in this file, in reverse chronological order by release.

## 2.2.0 - TBD

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Nothing.

## 2.1.2 - TBD
## 2.1.2 - 2019-09-04

### Added

Expand Down
13 changes: 6 additions & 7 deletions LICENSE.md
@@ -1,16 +1,15 @@
Copyright (c) 2015-2018, Zend Technologies USA, Inc.

Copyright (c) 2015-2019, Zend Technologies USA, Inc.
All rights reserved.

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 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
Expand Down
4 changes: 2 additions & 2 deletions README.md
@@ -1,5 +1,5 @@
# Component Installer for Zend Framework 3 Applications
[![Build Status](https://travis-ci.org/zendframework/zend-component-installer.svg?branch=master)](https://travis-ci.org/zendframework/zend-component-installer)
# Component Installer for Zend Framework 3 and Expressive Applications
[![Build Status](https://secure.travis-ci.org/zendframework/zend-component-installer.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-component-installer)
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-component-installer/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-component-installer?branch=master)

This repository contains the Composer plugin class `Zend\ComponentInstaller\ComponentInstaller`,
Expand Down
13 changes: 5 additions & 8 deletions composer.json
@@ -1,6 +1,6 @@
{
"name": "zendframework/zend-component-installer",
"description": "Composer plugin for automating component registration in zend-mvc and Expressive applications",
"description": "Composer plugin for injecting modules and configuration providers into application configuration",
"type": "composer-plugin",
"license": "BSD-3-Clause",
"keywords": [
Expand All @@ -15,7 +15,7 @@
"issues": "https://github.com/zendframework/zend-component-installer/issues",
"source": "https://github.com/zendframework/zend-component-installer",
"rss": "https://github.com/zendframework/zend-component-installer/releases.atom",
"slack": "https://zendframework-slack.herokuapp.com",
"chat": "https://zendframework-slack.herokuapp.com",
"forum": "https://discourse.zendframework.com/c/questions/components"
},
"require": {
Expand All @@ -26,7 +26,7 @@
"composer/composer": "^1.5.2",
"malukenho/docheader": "^0.1.6",
"mikey179/vfsstream": "^1.6.7",
"phpunit/phpunit": "^5.7.23 || ^6.4.3",
"phpunit/phpunit": "^7.5.15 || ^8.3.4",
"zendframework/zend-coding-standard": "~1.0.0"
},
"autoload": {
Expand All @@ -37,10 +37,7 @@
"autoload-dev": {
"psr-4": {
"ZendTest\\ComponentInstaller\\": "test/"
},
"files": [
"test/_autoload.php"
]
}
},
"config": {
"sort-packages": true
Expand All @@ -62,6 +59,6 @@
"cs-fix": "phpcbf",
"test": "phpunit --colors=always",
"test-coverage": "phpunit --colors=always --coverage-clover clover.xml",
"license-check": "vendor/bin/docheader check src/"
"license-check": "docheader check src/"
}
}

0 comments on commit c4b36fa

Please sign in to comment.