Craig Duncan
|
a2191fa276
array output mess
|
9 years ago |
Craig Duncan
|
3ea040efdc
Add some tests for multibyte character support
|
6 years ago |
Evgeny Razumov
|
11beecfee7
adding support for multibyte encodings
|
8 years ago |
Craig Duncan
|
e72554b829
Use strpos() to check if a needle occurs in a haystack
|
6 years ago |
Craig Duncan
|
1a91bfbfa4
Add support for a prefix argument to tables
|
7 years ago |
Craig Duncan
|
a023d89e84
Update the readme
|
7 years ago |
Craig Duncan
|
0825c5c6b4
Drop support for PHP 5.4 and 5.5
|
7 years ago |
Craig Duncan
|
5ea044b891
Relax the dependency requirements to follow semver
|
7 years ago |
Craig Duncan
|
dfcfef75b0
Require a version of mockery that uses count() correctly
|
7 years ago |
Craig Duncan
|
fa9e557f0e
Require a version of phpunit that doesn't depend on each()
|
7 years ago |
Craig Duncan
|
470b77f383
Use the latest travis environment
|
7 years ago |
Craig Duncan
|
76ee72c0a4
Start testing on the latest version of PHP
|
7 years ago |
Craig Duncan
|
792c8e7032
Add support for PHP 7.2
|
7 years ago |
Craig Duncan
|
ebc011e9ec
Ensure we produce code coverage for the latest PHP versions
|
7 years ago |
Craig Duncan
|
7878ad0a18
Add support for keys to ->progress()->each()
|
7 years ago |
Daniel Bushkanets
|
bc712d56bc
added the each method to the progress class (#112)
|
7 years ago |
jasverix
|
1640ecd3b9
Type-hint CLImate (#102)
|
7 years ago |
Craig Duncan
|
f483c16dac
Update the tests for the recent mode CON fix
|
7 years ago |
Craig Duncan
|
ba6c56cc88
Merge pull request #64 from yparisien/patch-1
|
7 years ago |
Craig Duncan
|
26d14737f1
Rename the code of conduct to follow the GitHub guidelines
|
7 years ago |
Craig Duncan
|
38baaceb21
Revert "changed to 100k climate image"
|
7 years ago |
Craig Duncan
|
0a7a125920
Ensure the default art is handled by the Art trait
|
7 years ago |
Craig Duncan
|
a5babd16a7
Suggest the symfony polyfill if ext-mbstring is not available
|
7 years ago |
jasverix
|
1b9c8f73a7
Fix error in accept() and defaultTo() (#104)
|
7 years ago |
Craig Duncan
|
d2344e1a17
Merge pull request #98 from duncan3dc/improve-label-support
|
7 years ago |
Craig Duncan
|
5b0b35b330
Merge pull request #96 from danielemontesi/fix-unused-var
|
7 years ago |
Craig Duncan
|
5c8b125f06
Merge pull request #115 from ZeljkaBlazek/namespaced_phpunit_test_case
|
7 years ago |
Craig Duncan
|
4260c1baec
Merge pull request #105 from duncan3dc/drop-hhvm-support
|
7 years ago |
Željka Blažek
|
b7a1807301
Use namespaced TestCase
|
7 years ago |
Craig Duncan
|
908448cd52
Add php 7 to the supported versions in the readme
|
7 years ago |
Craig Duncan
|
3c315f279f
Drop support for HHVM
|
7 years ago |
Craig Duncan
|
ca70f67f77
Allow labels to be shown/hidden on each iteration
|
8 years ago |
danielemontesi
|
011ec327b8
Fix: unused var
|
8 years ago |
Joe Tannenbaum
|
e3f7e516d6
Merge pull request #92 from duncan3dc/patch-1
|
8 years ago |
Craig Duncan
|
ea5417f336
[Travis] Test on PHP 7.1
|
8 years ago |
Joe Tannenbaum
|
f2a8dc2e7d
style changes to file iterator
|
8 years ago |
Ingo Walther
|
b23210e05f
Refactoring "fileSearch" - Removed "glob" for usage in phar-archives
|
8 years ago |
Joe Tannenbaum
|
b103fc8faa
if there are no more arguments available, don't try and access another value
|
8 years ago |
Joe Tannenbaum
|
fc0cc465fb
Merge pull request #83 from BR0kEN-/phpdoc
|
8 years ago |
Sergii Bondarenko
|
54a8a5a229
Fix namespace path in PHPDoc for "$filter" property of Argument\Manager class
|
8 years ago |
Joe Tannenbaum
|
42513d820f
no more dev-master for mockery
|
8 years ago |
Joe Tannenbaum
|
9429ae9b01
trailing arguments
|
8 years ago |
Joe Tannenbaum
|
1e240b18bb
force a redraw of the progress bar every time if specified, fixes #72
|
8 years ago |
Joe Tannenbaum
|
e19e992fc2
fixed dump test for php7 by overriding var_dump in namespace
|
8 years ago |
Joe Tannenbaum
|
298d20e16c
fixed checkbox and radio tests related to #77
|
8 years ago |
Joe Tannenbaum
|
004d91d133
don't cancel out the formatting for the first checkbox, fixes #77
|
8 years ago |
Joe Tannenbaum
|
73f7d66aba
undo php 7 disclaimer for travis, should be good now
|
8 years ago |
Joe Tannenbaum
|
ac62c7c259
padding should take formatting into account, related to #78
|
8 years ago |
Joe Tannenbaum
|
e590077d1f
stty sane after stty icanon otherwise weirdness occurs. Fixes #74
|
9 years ago |
Joe Tannenbaum
|
2ea9f8b217
Merge pull request #75 from mheap/master
|
9 years ago |