Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: krytenuk/recaptchav2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.2.0
Choose a base ref
...
head repository: krytenuk/recaptchav2
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 12, 2024

  1. Updated minimum PHP version to 8.2

    Updated vendor modules
    Updated .gitignore
    garryxigen committed Aug 12, 2024
    Copy the full SHA
    b619e56 View commit details
Showing with 1,214 additions and 2 deletions.
  1. +3 −1 .gitignore
  2. +1 −1 composer.json
  3. +1,210 −0 composer.lock
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.buildpath
.DS_Store
.project
.settings
.settings
.idea
vendor/
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "krytenuk/recaptchav2",
"description": "Laminas/Zend Framework module for using Google reCaptcha version 2",
"require": {
"php": "^7.0 || ~8.0.0 || ~8.1.0",
"php": "~8.2.0",
"laminas/laminas-form": "^3.1",
"laminas/laminas-view": "^2.13",
"laminas/laminas-validator": "^2.15",
Loading