Skip to content

Commit d859ffb

Browse files
committed
update deps
1 parent b8b5423 commit d859ffb

9 files changed

+1050
-361
lines changed

.buildpath

+211-32
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,215 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<buildpath>
3-
<buildpathentry kind="src" path="src"/>
4-
<buildpathentry kind="src" path="vendor/michelf/php-markdown"/>
5-
<buildpathentry kind="src" path="vendor/phpunit/php-text-template/Text"/>
6-
<buildpathentry kind="src" path="vendor/phpspec/prophecy/src"/>
7-
<buildpathentry kind="src" path="vendor/sebastian/comparator/src"/>
8-
<buildpathentry kind="src" path="vendor/symfony/yaml"/>
9-
<buildpathentry kind="src" path="vendor/phpunit/phpunit-mock-objects/src"/>
10-
<buildpathentry kind="src" path="vendor/phootwork/collection/src"/>
11-
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
12-
<buildpathentry kind="src" path="vendor/symfony/filesystem"/>
13-
<buildpathentry kind="src" path="vendor/phpunit/php-token-stream/src"/>
14-
<buildpathentry kind="src" path="vendor/sebastian/version/src"/>
15-
<buildpathentry kind="src" path="vendor/phpunit/phpunit/src"/>
16-
<buildpathentry kind="src" path="vendor/pimple/pimple/lib"/>
17-
<buildpathentry kind="src" path="vendor/nikic/php-parser/lib"/>
18-
<buildpathentry kind="src" path="vendor/composer"/>
19-
<buildpathentry kind="src" path="vendor/doctrine/instantiator/src"/>
20-
<buildpathentry kind="src" path="vendor/sami/sami"/>
21-
<buildpathentry kind="src" path="vendor/phootwork/lang/src"/>
22-
<buildpathentry kind="src" path="vendor/phpunit/php-code-coverage/src"/>
23-
<buildpathentry kind="src" path="vendor/sebastian/recursion-context/src"/>
24-
<buildpathentry kind="src" path="vendor/sebastian/diff/src"/>
25-
<buildpathentry kind="src" path="vendor/phpunit/php-timer/PHP"/>
26-
<buildpathentry kind="src" path="vendor/sebastian/exporter/src"/>
273
<buildpathentry kind="src" path="tests"/>
28-
<buildpathentry kind="src" path="vendor/twig/twig/lib"/>
29-
<buildpathentry kind="src" path="vendor/symfony/process"/>
30-
<buildpathentry kind="src" path="vendor/sebastian/environment/src"/>
31-
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/src"/>
32-
<buildpathentry kind="src" path="vendor/symfony/finder"/>
33-
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection-docblock/src"/>
34-
<buildpathentry kind="src" path="vendor/sebastian/global-state/src"/>
35-
<buildpathentry kind="src" path="vendor/symfony/console"/>
4+
<buildpathentry kind="con" path="org.eclipse.php.core.LANGUAGE"/>
5+
<buildpathentry kind="src" path="src">
6+
<attributes>
7+
<attribute name="composer" value="source"/>
8+
</attributes>
9+
</buildpathentry>
10+
<buildpathentry excluding="Blackfire/" kind="src" path="vendor/blackfire/php-sdk/src">
11+
<attributes>
12+
<attribute name="composer" value="vendor"/>
13+
</attributes>
14+
</buildpathentry>
15+
<buildpathentry kind="src" path="vendor/blackfire/php-sdk/src/Blackfire">
16+
<attributes>
17+
<attribute name="composer" value="vendor"/>
18+
</attributes>
19+
</buildpathentry>
20+
<buildpathentry excluding="ca-bundle/" kind="src" path="vendor/composer">
21+
<attributes>
22+
<attribute name="composer" value="vendor"/>
23+
</attributes>
24+
</buildpathentry>
25+
<buildpathentry kind="src" path="vendor/composer/ca-bundle/src">
26+
<attributes>
27+
<attribute name="composer" value="vendor"/>
28+
</attributes>
29+
</buildpathentry>
30+
<buildpathentry kind="src" path="vendor/doctrine/instantiator/src/Doctrine/Instantiator">
31+
<attributes>
32+
<attribute name="composer" value="vendor"/>
33+
</attributes>
34+
</buildpathentry>
35+
<buildpathentry kind="src" path="vendor/michelf/php-markdown">
36+
<attributes>
37+
<attribute name="composer" value="vendor"/>
38+
</attributes>
39+
</buildpathentry>
40+
<buildpathentry kind="src" path="vendor/myclabs/deep-copy/src/DeepCopy">
41+
<attributes>
42+
<attribute name="composer" value="vendor"/>
43+
</attributes>
44+
</buildpathentry>
45+
<buildpathentry kind="src" path="vendor/nikic/php-parser/lib/PhpParser">
46+
<attributes>
47+
<attribute name="composer" value="vendor"/>
48+
</attributes>
49+
</buildpathentry>
50+
<buildpathentry kind="src" path="vendor/phootwork/collection/src">
51+
<attributes>
52+
<attribute name="composer" value="vendor"/>
53+
</attributes>
54+
</buildpathentry>
55+
<buildpathentry kind="src" path="vendor/phootwork/lang/src">
56+
<attributes>
57+
<attribute name="composer" value="vendor"/>
58+
</attributes>
59+
</buildpathentry>
60+
<buildpathentry kind="src" path="vendor/phpdocumentor/reflection-docblock/src">
61+
<attributes>
62+
<attribute name="composer" value="vendor"/>
63+
</attributes>
64+
</buildpathentry>
65+
<buildpathentry kind="src" path="vendor/phpspec/prophecy/src">
66+
<attributes>
67+
<attribute name="composer" value="vendor"/>
68+
</attributes>
69+
</buildpathentry>
70+
<buildpathentry kind="src" path="vendor/phpunit/php-code-coverage/src">
71+
<attributes>
72+
<attribute name="composer" value="vendor"/>
73+
</attributes>
74+
</buildpathentry>
75+
<buildpathentry kind="src" path="vendor/phpunit/php-file-iterator/src">
76+
<attributes>
77+
<attribute name="composer" value="vendor"/>
78+
</attributes>
79+
</buildpathentry>
80+
<buildpathentry kind="src" path="vendor/phpunit/php-text-template/src">
81+
<attributes>
82+
<attribute name="composer" value="vendor"/>
83+
</attributes>
84+
</buildpathentry>
85+
<buildpathentry kind="src" path="vendor/phpunit/php-timer/src">
86+
<attributes>
87+
<attribute name="composer" value="vendor"/>
88+
</attributes>
89+
</buildpathentry>
90+
<buildpathentry kind="src" path="vendor/phpunit/php-token-stream/src">
91+
<attributes>
92+
<attribute name="composer" value="vendor"/>
93+
</attributes>
94+
</buildpathentry>
95+
<buildpathentry kind="src" path="vendor/phpunit/phpunit-mock-objects/src">
96+
<attributes>
97+
<attribute name="composer" value="vendor"/>
98+
</attributes>
99+
</buildpathentry>
100+
<buildpathentry kind="src" path="vendor/phpunit/phpunit/src">
101+
<attributes>
102+
<attribute name="composer" value="vendor"/>
103+
</attributes>
104+
</buildpathentry>
105+
<buildpathentry kind="src" path="vendor/pimple/pimple/src">
106+
<attributes>
107+
<attribute name="composer" value="vendor"/>
108+
</attributes>
109+
</buildpathentry>
110+
<buildpathentry kind="src" path="vendor/psr/log/Psr/Log">
111+
<attributes>
112+
<attribute name="composer" value="vendor"/>
113+
</attributes>
114+
</buildpathentry>
115+
<buildpathentry kind="src" path="vendor/sami/sami/Sami">
116+
<attributes>
117+
<attribute name="composer" value="vendor"/>
118+
</attributes>
119+
</buildpathentry>
120+
<buildpathentry kind="src" path="vendor/sebastian/code-unit-reverse-lookup/src">
121+
<attributes>
122+
<attribute name="composer" value="vendor"/>
123+
</attributes>
124+
</buildpathentry>
125+
<buildpathentry kind="src" path="vendor/sebastian/comparator/src">
126+
<attributes>
127+
<attribute name="composer" value="vendor"/>
128+
</attributes>
129+
</buildpathentry>
130+
<buildpathentry kind="src" path="vendor/sebastian/diff/src">
131+
<attributes>
132+
<attribute name="composer" value="vendor"/>
133+
</attributes>
134+
</buildpathentry>
135+
<buildpathentry kind="src" path="vendor/sebastian/environment/src">
136+
<attributes>
137+
<attribute name="composer" value="vendor"/>
138+
</attributes>
139+
</buildpathentry>
140+
<buildpathentry kind="src" path="vendor/sebastian/exporter/src">
141+
<attributes>
142+
<attribute name="composer" value="vendor"/>
143+
</attributes>
144+
</buildpathentry>
145+
<buildpathentry kind="src" path="vendor/sebastian/global-state/src">
146+
<attributes>
147+
<attribute name="composer" value="vendor"/>
148+
</attributes>
149+
</buildpathentry>
150+
<buildpathentry kind="src" path="vendor/sebastian/object-enumerator/src">
151+
<attributes>
152+
<attribute name="composer" value="vendor"/>
153+
</attributes>
154+
</buildpathentry>
155+
<buildpathentry kind="src" path="vendor/sebastian/recursion-context/src">
156+
<attributes>
157+
<attribute name="composer" value="vendor"/>
158+
</attributes>
159+
</buildpathentry>
160+
<buildpathentry kind="src" path="vendor/sebastian/resource-operations/src">
161+
<attributes>
162+
<attribute name="composer" value="vendor"/>
163+
</attributes>
164+
</buildpathentry>
165+
<buildpathentry kind="src" path="vendor/sebastian/version/src">
166+
<attributes>
167+
<attribute name="composer" value="vendor"/>
168+
</attributes>
169+
</buildpathentry>
170+
<buildpathentry kind="src" path="vendor/symfony/console">
171+
<attributes>
172+
<attribute name="composer" value="vendor"/>
173+
</attributes>
174+
</buildpathentry>
175+
<buildpathentry kind="src" path="vendor/symfony/debug">
176+
<attributes>
177+
<attribute name="composer" value="vendor"/>
178+
</attributes>
179+
</buildpathentry>
180+
<buildpathentry kind="src" path="vendor/symfony/filesystem">
181+
<attributes>
182+
<attribute name="composer" value="vendor"/>
183+
</attributes>
184+
</buildpathentry>
185+
<buildpathentry kind="src" path="vendor/symfony/finder">
186+
<attributes>
187+
<attribute name="composer" value="vendor"/>
188+
</attributes>
189+
</buildpathentry>
190+
<buildpathentry kind="src" path="vendor/symfony/polyfill-mbstring">
191+
<attributes>
192+
<attribute name="composer" value="vendor"/>
193+
</attributes>
194+
</buildpathentry>
195+
<buildpathentry kind="src" path="vendor/symfony/process">
196+
<attributes>
197+
<attribute name="composer" value="vendor"/>
198+
</attributes>
199+
</buildpathentry>
200+
<buildpathentry kind="src" path="vendor/symfony/yaml">
201+
<attributes>
202+
<attribute name="composer" value="vendor"/>
203+
</attributes>
204+
</buildpathentry>
205+
<buildpathentry kind="src" path="vendor/twig/twig/lib">
206+
<attributes>
207+
<attribute name="composer" value="vendor"/>
208+
</attributes>
209+
</buildpathentry>
210+
<buildpathentry kind="src" path="vendor/twig/twig/src">
211+
<attributes>
212+
<attribute name="composer" value="vendor"/>
213+
</attributes>
214+
</buildpathentry>
36215
</buildpath>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
eclipse.preferences.version=1
2+
org.eclipse.php.composer.corebuildpath.includes.excludes=<buildpathentry kind\="src" path\="vendor"/>\n

.settings/org.eclipse.php.core.prefs

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
eclipse.preferences.version=1
22
include_path=
3-
phpVersion=php5.4
3+
phpVersion=php5.6
4+
useShortTags=false
45
use_asp_tags_as_php=false
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<faceted-project>
33
<installed facet="php.core.component" version="1"/>
4-
<installed facet="php.component" version="5.4"/>
54
<installed facet="php.composer.component" version="1"/>
5+
<installed facet="php.component" version="5.6"/>
66
</faceted-project>

.travis.yml

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
language: php
22

3+
dist: trusty
4+
35
php:
4-
- 5.4
5-
- 5.5
6+
- 5.6
7+
- 7
8+
- 7.1
69
- hhvm
710

811
install:
912
- composer install
1013

1114
script:
12-
- phpunit --coverage-clover=coverage.clover
15+
- vendor/bin/phpunit --coverage-clover=coverage.clover
1316

1417
after_script:
1518
- wget https://scrutinizer-ci.com/ocular.phar
16-
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
19+
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover

README.md

+8-32
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,20 @@
11
# Docblock
22

3-
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.10182.png)](http://dx.doi.org/10.5281/zenodo.10182)
4-
[![Build Status](https://travis-ci.org/gossi/docblock.svg?branch=master)](https://travis-ci.org/gossi/docblock)
5-
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/gossi/docblock/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/gossi/docblock/?branch=master)
6-
[![Code Coverage](https://scrutinizer-ci.com/g/gossi/docblock/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/gossi/docblock/?branch=master)
3+
[![License](https://img.shields.io/github/license/gossi/docblock.svg?style=flat-square)](https://packagist.org/packages/gossi/docblock)
4+
[![Latest Stable Version](https://img.shields.io/packagist/v/gossi/docblock.svg?style=flat-square)](https://packagist.org/packages/gossi/docblock)
5+
[![Total Downloads](https://img.shields.io/packagist/dt/gossi/docblock.svg?style=flat-square&colorB=007ec6)](https://packagist.org/packages/gossi/docblock)<br>
6+
[![Build Status](https://img.shields.io/scrutinizer/build/g/gossi/docblock.svg?style=flat-square)](https://travis-ci.org/gossi/docblock)
7+
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/gossi/docblock.svg?style=flat-square)](https://scrutinizer-ci.com/g/gossi/docblock)
8+
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/gossi/docblock.svg?style=flat-square)](https://scrutinizer-ci.com/g/gossi/docblock)
79

810
PHP Docblock parser and generator. An API to read and write Docblocks.
911

1012
## Installation
1113

1214
Install via Composer:
1315

14-
```json
15-
{
16-
"require": {
17-
"gossi/docblock": "~1"
18-
}
19-
}
2016
```
21-
22-
And inject the Composer autoloader into your source code:
23-
24-
```php
25-
require_once 'path/to/vendor/autoload.php';
17+
composer require gossi/docblock
2618
```
2719

2820
## Usage
@@ -123,20 +115,4 @@ Feel free to fork and submit a pull request (don't forget the tests) and I am ha
123115

124116
## Changelog
125117

126-
Version 1.2 - *November, 4th 2014*
127-
128-
* Renamed `DocBlock` to `Docblock`
129-
* Added License Tag
130-
* Added Link Tag
131-
132-
Version 1.1 - *May, 28th 2014*
133-
134-
* Added tag sorting for DocBlock::toString();
135-
136-
Version 1.0.1 - *May, 28th 2014*
137-
138-
* Don't wordwrap long lines anymore. Fixing fluent interface for AbstractTag::setDescription();
139-
140-
Version 1.0 - *May, 28th 2014*
141-
142-
* Initial release
118+
Refer to [Releases](https://github.com/gossi/docblock/releases)

composer.json

+16-4
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@
33
"type" : "library",
44
"description" : "PHP Docblock parser and generator. An API to read and write Docblocks.",
55
"license" : "MIT",
6+
"authors" : [{
7+
"name" : "Thomas Gossmann",
8+
"homepage" : "http://gos.si"
9+
}
10+
],
611
"keywords" : [
712
"docblock",
813
"parser",
914
"generator"
1015
],
16+
"support" : {
17+
"issues" : "https://github.com/gossi/docblock/issues"
18+
},
1119
"autoload" : {
1220
"psr-4" : {
1321
"gossi\\docblock\\" : "src"
@@ -19,11 +27,15 @@
1927
}
2028
},
2129
"require" : {
22-
"php" : ">=5.4",
23-
"phootwork/collection" : "~1"
30+
"php" : ">=5.6",
31+
"phootwork/collection" : "^1.5"
2432
},
2533
"require-dev" : {
26-
"phpunit/phpunit" : "~4",
27-
"sami/sami" : "~1"
34+
"phpunit/phpunit" : "^5.7",
35+
"sami/sami" : "^4|^3"
36+
},
37+
"scripts" : {
38+
"test" : "phpunit",
39+
"api" : "sami.php update sami.php"
2840
}
2941
}

0 commit comments

Comments
 (0)