Skip to content

Commit 7f95e0e

Browse files
committed
Updated the package name, as created a fork from original repo to make it compatible with PHP 8.5
1 parent 178ddf4 commit 7f95e0e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "laminas/laminas-captcha",
2+
"name": "magento/magento-zf-captcha",
33
"description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
44
"license": "BSD-3-Clause",
55
"keywords": [
@@ -40,6 +40,9 @@
4040
"psalm/plugin-phpunit": "^0.19.0",
4141
"vimeo/psalm": "^6.13"
4242
},
43+
"replace": {
44+
"laminas/laminas-captcha": "^2.19"
45+
},
4346
"suggest": {
4447
"laminas/laminas-i18n-resources": "Translations of captcha messages"
4548
},

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)