Skip to content

Commit 4835f41

Browse files
author
Márk Sági-Kazár
committed
Update package files
1 parent 15ea05e commit 4835f41

File tree

7 files changed

+7
-128
lines changed

7 files changed

+7
-128
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ tests/ export-ignore
77
.scrutinizer.yml export-ignore
88
.styleci.yml export-ignore
99
.travis.yml export-ignore
10-
CONDUCT.md export-ignore
11-
CONTRIBUTING.md export-ignore
10+
CONTRIBUTING export-ignore
1211
phpspec.yml.ci export-ignore
1312
phpspec.yml.dist export-ignore
1413
phpunit.xml.dist export-ignore

.styleci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ preset: symfony
33
finder:
44
exclude:
55
- "spec"
6-
- "tests"
76
path:
87
- "src"
98

CONDUCT.md

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

CONTRIBUTING

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Please see http://docs.php-http.org/en/latest/development/contributing.html

CONTRIBUTING.md

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

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2015 PHP HTTP Team <team@php-http.org>
1+
Copyright (c) 2015-2016 PHP HTTP Team <team@php-http.org>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ $ composer require php-http/plugins
1919
```
2020

2121

22-
## Usage
22+
## Documentation
23+
24+
Please see the [official documentation](http://docs.php-http.org).
2325

2426

2527
## Testing
@@ -31,7 +33,7 @@ $ composer test
3133

3234
## Contributing
3335

34-
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.
36+
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
3537

3638

3739
## Security

0 commit comments

Comments
 (0)