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

Commit

Permalink
Fix missing phpcs test path
Browse files Browse the repository at this point in the history
  • Loading branch information
geerteltink committed Sep 5, 2015
1 parent b002d0f commit e3d982f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion phpcs.xml
Expand Up @@ -17,5 +17,4 @@

<!-- Paths to check -->
<file>src</file>
<file>test</file>
</ruleset>
2 changes: 2 additions & 0 deletions readme.md
@@ -1,5 +1,7 @@
# Expressive Composer Installer

[![Build Status](https://secure.travis-ci.org/xtreamwayz/expressive-composer-installer.svg?branch=master)](https://secure.travis-ci.org/xtreamwayz/expressive-composer-installer)

This is a proof of concept for setting up [zend-expressive](https://github.com/zendframework/zend-expressive) by choosing optional packages based on user input. The user selected packages are saved into ``composer.json`` so everyone else working on the project have the same packages installed. Configuration files and templates are prepared for first use. To not annoy users the installer is removed from ``composer.json`` after setup succeeded.

## Testing
Expand Down

0 comments on commit e3d982f

Please sign in to comment.