Merge pull request #5445 from wallabag/dependabot/composer/phpstan/phpstan-0.12.99
Bump phpstan/phpstan from 0.12.94 to 0.12.99
This commit is contained in:
commit
b810ef34b5
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -3,7 +3,7 @@ updates:
|
|||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: weekly
|
||||||
time: "04:00"
|
time: "04:00"
|
||||||
timezone: Europe/Paris
|
timezone: Europe/Paris
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
@ -14,7 +14,7 @@ updates:
|
|||||||
- package-ecosystem: composer
|
- package-ecosystem: composer
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: monthly
|
interval: daily
|
||||||
time: "04:00"
|
time: "04:00"
|
||||||
timezone: Europe/Paris
|
timezone: Europe/Paris
|
||||||
open-pull-requests-limit: 10
|
open-pull-requests-limit: 10
|
||||||
|
12
composer.lock
generated
12
composer.lock
generated
@ -12279,16 +12279,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan",
|
"name": "phpstan/phpstan",
|
||||||
"version": "0.12.96",
|
"version": "0.12.99",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/phpstan/phpstan.git",
|
"url": "https://github.com/phpstan/phpstan.git",
|
||||||
"reference": "a98bdc51318f20fcae8c953d266f81a70254917f"
|
"reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/a98bdc51318f20fcae8c953d266f81a70254917f",
|
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/b4d40f1d759942f523be267a1bab6884f46ca3f7",
|
||||||
"reference": "a98bdc51318f20fcae8c953d266f81a70254917f",
|
"reference": "b4d40f1d759942f523be267a1bab6884f46ca3f7",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -12319,7 +12319,7 @@
|
|||||||
"description": "PHPStan - PHP Static Analysis Tool",
|
"description": "PHPStan - PHP Static Analysis Tool",
|
||||||
"support": {
|
"support": {
|
||||||
"issues": "https://github.com/phpstan/phpstan/issues",
|
"issues": "https://github.com/phpstan/phpstan/issues",
|
||||||
"source": "https://github.com/phpstan/phpstan/tree/0.12.96"
|
"source": "https://github.com/phpstan/phpstan/tree/0.12.99"
|
||||||
},
|
},
|
||||||
"funding": [
|
"funding": [
|
||||||
{
|
{
|
||||||
@ -12339,7 +12339,7 @@
|
|||||||
"type": "tidelift"
|
"type": "tidelift"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"time": "2021-08-21T11:55:13+00:00"
|
"time": "2021-09-12T20:09:55+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpstan/phpstan-doctrine",
|
"name": "phpstan/phpstan-doctrine",
|
||||||
|
@ -1410,10 +1410,6 @@ class EntryControllerTest extends WallabagCoreTestCase
|
|||||||
'https://politica.estadao.com.br/noticias/eleicoes,campanha-catatonica,70002491983',
|
'https://politica.estadao.com.br/noticias/eleicoes,campanha-catatonica,70002491983',
|
||||||
'pt_BR',
|
'pt_BR',
|
||||||
],
|
],
|
||||||
'fucked_list_of_languages' => [
|
|
||||||
'http://geocatalog.webservice-energy.org/geonetwork/srv/eng/main.home',
|
|
||||||
null,
|
|
||||||
],
|
|
||||||
'es-ES' => [
|
'es-ES' => [
|
||||||
'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/',
|
'https://www.20minutos.es/noticia/3360685/0/gobierno-sanchez-primero-historia-mas-mujeres-que-hombres/',
|
||||||
'es_ES',
|
'es_ES',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user