Skip to content

Commit

Permalink
extracting Zend_Filter_Input to separate component, updating versions…
Browse files Browse the repository at this point in the history
…, removing composer self-update
  • Loading branch information
jaydiablo committed Apr 26, 2018
1 parent d4f1504 commit 3e9a718
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 3,499 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ branches:
only:
master

before_install:
- travis_retry composer self-update

install:
- phpenv rehash
- travis_retry composer install --no-interaction --prefer-source
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,8 @@
"diablomedia/zendframework1-config": "^1.0.0",
"diablomedia/zendframework1-loader": "^1.0.0",
"diablomedia/zendframework1-crypt": "^1.0.0",
"diablomedia/zendframework1-registry": "^1.0.0",
"diablomedia/zendframework1-date": "*",
"diablomedia/zendframework1-locale": "*",
"diablomedia/zendframework1-translate": "*",
"diablomedia/zendframework1-validate": "*"
"diablomedia/zendframework1-date": "^1.0.0",
"diablomedia/zendframework1-locale": "^1.0.0"
},
"autoload": {
"psr-0": {
Expand Down Expand Up @@ -55,5 +52,8 @@
"test": "phpunit ./tests",
"test-with-coverage": "phpunit --coverage-clover=clover.xml ./tests",
"phpstan": "phpstan analyze -l6 -c phpstan.neon --no-progress ./src --ansi"
},
"suggest": {
"diablomedia/zendframework1-filter-input": "Provides the separate Zend_Filter_Input component"
}
}
2 changes: 0 additions & 2 deletions phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,5 @@ parameters:
- '#Function lzf_decompress not found\.#'
- '#Zend_Filter_.+::__construct\(\) does not call parent constructor from Zend_Filter_.+\.#'
- '#Variable \$file might not be defined\.#'
- '#Method Zend_Filter_Input::_getFilter\(\) should return Zend_Filter_Interface but returns Zend_Filter_Interface\|Zend_Validate_Interface\.#'
- '#Method Zend_Filter_Input::_getValidator\(\) should return Zend_Validate_Interface but returns Zend_Filter_Interface\|Zend_Validate_Interface\.#'
- '#Parameter \#1 \$p_filelist of method Archive_Tar::create\(\) expects array, array\|string given\.#'
- '#Parameter \#3 \$locale of static method Zend_Locale::getTranslation\(\) expects string\|Zend_Locale\|null, array given\.#'
Loading

0 comments on commit 3e9a718

Please sign in to comment.