We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19a16fd commit a9fc101Copy full SHA for a9fc101
2 files changed
.gitignore
@@ -0,0 +1,4 @@
1
+# composer related
2
+composer.lock
3
+composer.phar
4
+vendor
composer.json
@@ -0,0 +1,31 @@
+{
+ "authors": [
+ {
+ "email": "izi@php.net",
5
+ "name": "David Jean Louis",
6
+ "role": "Lead"
7
+ }
8
+ ],
9
+ "autoload": {
10
+ "psr-0": {
11
+ "Testing_DocTest": "./"
12
13
+ },
14
+ "description": "More info available on: http://pear.php.net/package/Testing_DocTest",
15
+ "include-path": [
16
+ "./"
17
18
+ "license": "MIT",
19
+ "name": "pear/testing_doctest",
20
+ "support": {
21
+ "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Testing_DocTest",
22
+ "source": "https://github.com/pear/Testing_DocTest"
23
24
+ "type": "library",
25
+ "require": {
26
+ "pear/pear_exception": "*"
27
28
+ "require-dev": {
29
+ "phpunit/phpunit": "*"
30
31
+}
0 commit comments