Skip to content

Commit 2d2f9c0

Browse files
Cleanup
1 parent cb6dfdd commit 2d2f9c0

16 files changed

+24
-451
lines changed

Diff for: ChangeLog.markdown

-31
This file was deleted.

Diff for: ChangeLog.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+
## [1.4.0] - 2015-04-02
6+
7+
### Added
8+
9+
* [Added support for wildcards (glob) in exclude](https://github.com/sebastianbergmann/php-file-iterator/pull/23)
10+

Diff for: File/Iterator/Autoload.php

-33
This file was deleted.

Diff for: File/Iterator/Autoload.php.in

-31
This file was deleted.

Diff for: README.markdown

-23
This file was deleted.

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# File_Iterator
2+
3+
## Installation
4+
5+
To add File_Iterator as a local, per-project dependency to your project, simply add a dependency on `phpunit/php-file-iterator` to your project's `composer.json` file. Here is a minimal example of a `composer.json` file that just defines a dependency on File_Iterator 1.4:
6+
7+
{
8+
"require": {
9+
"phpunit/php-file-iterator": "~1.4"
10+
}
11+
}
12+

Diff for: build.xml

-161
This file was deleted.

Diff for: build/PHPCS/Sniffs/ControlStructures/ControlSignatureSniff.php

-22
This file was deleted.

Diff for: build/PHPCS/Sniffs/Whitespace/ConcatenationSpacingSniff.php

-22
This file was deleted.

Diff for: build/PHPCS/ruleset.xml

-35
This file was deleted.

0 commit comments

Comments
 (0)