This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'zf2/master'
- Loading branch information
56 parents
4695159
+
8c4a1a4
+
1ac8bc9
+
266a726
+
a48d0b4
+
8bbe006
+
f7a58c4
+
ef00607
+
03f1a39
+
fa9020e
+
290a868
+
12376e4
+
f183282
+
5609ded
+
b742a14
+
6ee62cd
+
2d5f08c
+
5f0a20d
+
da6d437
+
6020243
+
6cf319f
+
7764705
+
8858064
+
d35a73e
+
4dca7a7
+
e331113
+
b288c81
+
a7e1ad0
+
c0434da
+
bc3b794
+
137fd45
+
d2ea768
+
614b493
+
f2158f1
+
6ad7c37
+
4f10632
+
1be14cc
+
46a76e6
+
bb3de95
+
f1962e2
+
8c5e72d
+
580978e
+
fcbde5a
+
0bc3146
+
e29de4d
+
3fda4ad
+
69ba799
+
3227b7b
+
5f6a326
+
0f56ab5
+
5b30430
+
a8bc04a
+
9e53124
+
aa8a772
+
1dacd62
+
b1d673b
commit 10c5fc3
Showing
22 changed files
with
129 additions
and
416 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,28 @@ | ||
{ | ||
"name": "zendframework/zend-progress-bar", | ||
"description": "Zend\\ProgressBar component", | ||
"name": "zendframework/zend-progressbar", | ||
"description": "component to create and update progressbars in different environments", | ||
"license": "BSD-3-Clause", | ||
"keywords": [ | ||
"zf2", | ||
"progress-bar" | ||
"progressbar" | ||
], | ||
"autoload": { | ||
"psr-4": { | ||
"Zend\\ProgressBar\\": "src/" | ||
"Zend\\ProgressBar": "src/" | ||
} | ||
}, | ||
"require": { | ||
"php": ">=5.3.23" | ||
}, | ||
"require-dev": { | ||
"fabpot/php-cs-fixer": "1.7.*", | ||
"satooshi/php-coveralls": "dev-master", | ||
"phpunit/PHPUnit": "~4.0" | ||
"php": ">=5.3.3" | ||
}, | ||
"homepage": "https://github.com/zendframework/zend-progress-bar", | ||
"autoload-dev": { | ||
"psr-4": { | ||
"ZendTest\\ProgressBar\\": "test/" | ||
} | ||
}, | ||
"require-dev": { | ||
"fabpot/php-cs-fixer": "1.7.*", | ||
"satooshi/php-coveralls": "dev-master", | ||
"phpunit/PHPUnit": "~4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.