Skip to content

Commit 5a1c05b

Browse files
author
Márk Sági-Kazár
committed
Update package, license, dependencies
1 parent 60366f7 commit 5a1c05b

File tree

9 files changed

+20
-95
lines changed

9 files changed

+20
-95
lines changed

.editorconfig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@ trim_trailing_whitespace = true
77
insert_final_newline = true
88
indent_style = space
99
indent_size = 4
10-
11-
[*.yml*]
12-
indent_style = space
13-
indent_size = 2

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.editorconfig export-ignore
22
.gitattributes export-ignore
33
.gitignore export-ignore
4-
CONTRIBUTING.md export-ignore
4+
CONTRIBUTING export-ignore

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.puli/
12
build/
23
vendor/
34
composer.lock
5+
puli.json

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22

33

4+
## 0.2.0 - 2016-01-13
5+
6+
### Changed
7+
8+
- Updated to latest HTTPlug version
9+
- Updated package files
10+
11+
412
## 0.1.0 - 2015-06-12
513

614
### Added

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 & 80 deletions
This file was deleted.

LICENSE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
Copyright (c) 2014-2015 Eric GELOEN <[email protected]>
2+
Copyright (c) 2015-2016 PHP HTTP Team <[email protected]>
23

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

README.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,9 @@ $ vendor/bin/http_test_server
3232
Run tests.
3333

3434

35-
## Testing
36-
37-
``` bash
38-
$ phpunit
39-
```
40-
41-
4235
## Contributing
4336

44-
Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
37+
Please see our [contributing guide](http://docs.php-http.org/en/latest/development/contributing.html).
4538

4639

4740
## Security

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
{
99
"name": "Eric GELOEN",
1010
"email": "[email protected]"
11+
},
12+
{
13+
"name": "Márk Sági-Kazár",
14+
"email": "[email protected]"
1115
}
1216
],
1317
"require": {
@@ -31,9 +35,9 @@
3135
],
3236
"extra": {
3337
"branch-alias": {
34-
"dev-master": "0.2-dev"
38+
"dev-master": "0.3-dev"
3539
}
3640
},
3741
"prefer-stable": true,
38-
"minimum-stability": "RC"
42+
"minimum-stability": "dev"
3943
}

0 commit comments

Comments
 (0)