owncloud / brute_force_protection

Brute-force protection app for ownCloud
GNU General Public License v2.0
6 stars 5 forks source link

Use new doctrine/dbal methods #155

Open phil-davis opened 3 years ago

phil-davis commented 3 years ago

After doctrine/dbal was updated in core https://github.com/owncloud/core/pull/38647 some methods have been deprecated. The deprecation messages have been suppressed in #154 to get CI passing again.

Investigate these and adjust the code to use the appropriate new methods.