Alexandre Alapetite
|
e86c10e2f5
|
Composer require php extensions (#4497)
#fix https://github.com/FreshRSS/FreshRSS/discussions/4494
|
2022-08-10 09:36:54 +02:00 |
|
Alexandre Alapetite
|
5b31c8212f
|
Minor dev composer update (#4424)
Follow-up of https://github.com/FreshRSS/FreshRSS/pull/4419
|
2022-06-21 10:46:18 +02:00 |
|
Alexandre Alapetite
|
f365a9aeb4
|
Update all test dependencies (#4419)
* Update all test dependencies
* Remove old false-positive
* Minor update lock files
* Increase PHPStan memory for Fedora
https://github.com/FreshRSS/FreshRSS/pull/4400#issuecomment-1159514197
* Require PHP8+ for tests
Due to small changes of signature in `ob_implicit_flush` and `simplexml_load_string`, cf. https://github.com/FreshRSS/FreshRSS/pull/4123
* Missing lint in CSS files
|
2022-06-19 20:08:42 +02:00 |
|
Alexandre Alapetite
|
354f22b4fa
|
PHPStan update to 1.4.6 (#4203)
https://github.com/phpstan/phpstan/releases
And compose udpdate
|
2022-02-07 00:56:59 +01:00 |
|
Alexandre Alapetite
|
77e9877316
|
Add PHPStan (#4021)
* Add PHPStan
#fix https://github.com/FreshRSS/FreshRSS/issues/4016
https://phpstan.org/
```sh
composer run-script phpstan
```
* More fixes
* Fix global variables
* Add .phtml
* Fix merge
https://github.com/FreshRSS/FreshRSS/pull/4090
* Fix more warnings
* Fix view errors and enable in CI
* ReturnTypeWillChange
* Dynamic view type
* Fix Minz static/self bug
|
2021-12-31 17:00:51 +01:00 |
|
Alexandre Alapetite
|
9ca49408e0
|
GitHub Action automatic tests (#3920)
* PHP lint + phpunit + Manipulate translations + phpcs
* eslint + markdownlint + rtlcss + stylelint
* shellcheck + shfmt + hadolint
|
2021-10-24 00:14:12 +02:00 |
|