Skip to content

Commit 516ef67

Browse files
committed
⬆️ Upgrade beberlei/porpaginas to ^2.0 to avoid php compatibility issues
1 parent ced04b0 commit 516ef67

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"doctrine/dbal": "^3.6",
2525
"psr/log": "^1 || ^2 || ^3",
2626
"doctrine/inflector": "^1.4.3 || ^2",
27-
"beberlei/porpaginas": "~1.0",
27+
"beberlei/porpaginas": "^2.0",
2828
"mouf/classname-mapper": "~1.0",
2929
"doctrine/cache": "^1.6",
3030
"greenlion/php-sql-parser": "^4.3.0",

phpstan.neon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ parameters:
1515
- "#Call to an undefined method object::#"
1616
- "#expects TheCodingMachine\\\\TDBM\\\\AbstractTDBMObject, object given.#"
1717
- '#Method TheCodingMachine\\TDBM\\NativeWeakrefObjectStorage::get\(\) should return TheCodingMachine\\TDBM\\DbRow\|null but returns object\|null.#'
18-
-
19-
message: '#Result of && is always false.#'
20-
path: src/Test/Dao/Bean/Generated/ArticleBaseBean.php
2118
-
2219
message: '#Strict comparison using === between int\|string and null will always evaluate to false#'
2320
path: src/Utils/ScalarBeanPropertyDescriptor.php

0 commit comments

Comments
 (0)