Skip to content

Commit a13255b

Browse files
authored
Merge pull request #29 from chadicus/bc/issue-17
Change organization to subjective-php
2 parents ebf0c0f + 9142296 commit a13255b

3 files changed

Lines changed: 31 additions & 33 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
# Contribution Guidelines
2-
You are welcome to report [issues](https://github.com/chadicus/dom-php/issues) or submit [pull requests](https://github.com/chadicus/dom-php/pulls). While the below guidelines are necessary to get code merged, you can submit pull requests that do not adhere to them and I will try to take care of them in my spare time. If you can make sure the build is passing 100%, that would be very useful.
2+
You are welcome to report [issues](/../../issues) or submit [pull requests](/../../pulls). While the below guidelines are necessary to get code merged, you can submit pull requests that do not adhere to them and I will try to take care of them in my spare time. If you can make sure the build is passing 100%, that would be very useful.
33

44
I recommend including details of your particular usecase(s) with any issues or pull requests.
55

66
## Questions and Bug Reports
7-
Submit via [GitHub Issues](https://github.com/chadicus/dom-php/issues).
7+
Submit via [GitHub Issues](/../../issues).
88

99
## Pull Requests
10-
Code changes should be sent through [GitHub Pull Requests](https://github.com/chadicus/dom-php/pulls). Before submitting the pull request, make sure that phpunit reports success:
10+
Code changes should be sent through [GitHub Pull Requests](/../../pulls). Before submitting the pull request, make sure that phpunit reports success:
11+
12+
## Pull Requests
13+
Code changes should be sent through [GitHub Pull Requests](/../../pulls). Before submitting the pull request, make sure that phpunit reports success:
14+
15+
### PHPUnit
16+
While the build does not strictly enforce 100% [PHPUnit](http://www.phpunit.de) code coverage, it will not allow coverage to drop below its current percentage.
1117

1218
```sh
1319
./vendor/bin/phpunit --coverage-html coverage
1420
```
1521

16-
While the build does not enforce 100% [PHPUnit](http://www.phpunit.de) code coverage, it will not allow coverage to drop below its current percentage.
17-
18-
The build will also not allow any errors for the [coding standard](http://chadicus.github.io/coding-standard/)
22+
### PHP CodeSniffer
23+
The build will also not allow any errors for the [coding standard](http://subjective-php.github.io/coding-standard/)
1924

2025
```sh
21-
./vendor/bin/phpcs --standard=./vendor/chadicus/coding-standard/Chadicus -n src tests
22-
```
26+
./vendor/bin/phpcs

README.md

Lines changed: 18 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,39 @@
11
# Chadicus\Csv
22

3-
[![Build Status](https://travis-ci.org/chadicus/csv-php.svg?branch=master)](https://travis-ci.org/chadicus/csv-php)
4-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/chadicus/csv-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/chadicus/csv-php/?branch=master)
5-
[![Coverage Status](https://coveralls.io/repos/github/chadicus/csv-php/badge.svg?branch=master)](https://coveralls.io/github/chadicus/csv-php?branch=master)
6-
[![Dependency Status](https://www.versioneye.com/user/projects/55f77a3c3ed8940014000766/badge.svg?style=flat-square)](https://www.versioneye.com/user/projects/55f77a3c3ed8940014000766)
3+
[![Build Status](https://travis-ci.org/subjective-php/csv.svg?branch=master)](https://travis-ci.org/subjective-php/csv)
4+
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/subjective-php/csv/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/subjective-php/csv/?branch=master)
5+
[![Coverage Status](https://coveralls.io/repos/github/subjective-php/csv/badge.svg?branch=master)](https://coveralls.io/github/subjective-php/csv?branch=master)
76

8-
[![Latest Stable Version](https://poser.pugx.org/chadicus/csv/v/stable)](https://packagist.org/packages/chadicus/csv)
9-
[![Latest Unstable Version](https://poser.pugx.org/chadicus/csv/v/unstable)](https://packagist.org/packages/chadicus/csv)
10-
[![License](https://poser.pugx.org/chadicus/csv/license)](https://packagist.org/packages/chadicus/csv)
7+
[![Latest Stable Version](https://poser.pugx.org/subjective-php/csv/v/stable)](https://packagist.org/packages/subjective-php/csv)
8+
[![Latest Unstable Version](https://poser.pugx.org/subjective-php/csv/v/unstable)](https://packagist.org/packages/subjective-php/csv)
9+
[![License](https://poser.pugx.org/subjective-php/csv/license)](https://packagist.org/packages/subjective-php/csv)
1110

12-
[![Total Downloads](https://poser.pugx.org/chadicus/csv/downloads)](https://packagist.org/packages/chadicus/csv)
13-
[![Monthly Downloads](https://poser.pugx.org/chadicus/csv/d/monthly)](https://packagist.org/packages/chadicus/csv)
14-
[![Daily Downloads](https://poser.pugx.org/chadicus/csv/d/daily)](https://packagist.org/packages/chadicus/csv)
11+
[![Total Downloads](https://poser.pugx.org/subjective-php/csv/downloads)](https://packagist.org/packages/subjective-php/csv)
12+
[![Monthly Downloads](https://poser.pugx.org/subjective-php/csv/d/monthly)](https://packagist.org/packages/subjective-php/csv)
13+
[![Daily Downloads](https://poser.pugx.org/subjective-php/csv/d/daily)](https://packagist.org/packages/subjective-php/csv)
1514

16-
[![Documentation](https://img.shields.io/badge/reference-phpdoc-blue.svg?style=flat)](http://pholiophp.org/chadicus/csv)
15+
[![Documentation](https://img.shields.io/badge/reference-phpdoc-blue.svg?style=flat)](http://www.pholiophp.org/subjective-php/csv)
1716

1817
A collection of classes to work with delimited files
1918

2019
## Requirements
2120

2221
Chadicus\Exceptions requires PHP 5.6 (or later).
2322

24-
##Composer
25-
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on
26-
`chadicus/csv` to your project's `composer.json` file such as:
23+
## Composer
24+
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on `subjective-php/csv` to your project's `composer.json` file such as:
2725

28-
```json
29-
{
30-
"require": {
31-
"chadicus/csv": "dev-master"
32-
}
33-
}
26+
```sh
27+
composer require subjective-php/csv
3428
```
3529

36-
##Contact
30+
## Contact
3731
Developers may be contacted at:
3832

39-
* [Pull Requests](https://github.com/chadicus/csv-php/pulls)
40-
* [Issues](https://github.com/chadicus/csv-php/issues)
33+
* [Pull Requests](https://github.com/subjective-php/csv/pulls)
34+
* [Issues](https://github.com/subjective-php/csv/issues)
4135

42-
##Project Build
36+
## Project Build
4337
With a checkout of the code get [Composer](http://getcomposer.org) in your PATH and run:
4438

4539
```sh

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "chadicus/csv",
2+
"name": "subjective-php/csv",
33
"description": "Collection of classes to work with csv files",
44
"keywords": ["csv", "delimited", "file", "io"],
55
"config": {

0 commit comments

Comments
 (0)