Skip to content

Commit 75f2648

Browse files
authored
chore: update minimum dependencies (#481)
1 parent e822d87 commit 75f2648

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
strategy:
1515
matrix:
16-
php-versions: ['8.2', '8.3', '8.4']
16+
php-versions: ['8.3', '8.4']
1717

1818
steps:
1919
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55

66
## [Unreleased]
77

8+
## [v2.0.0] - 2025-08-29
9+
### Changed
10+
- The minimum PHP version is now 8.3.
11+
812
## [v1.2.2] - 2025-02-24
913
### Added
1014
- Updated composer requirements to support Laravel 12.

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.2",
22+
"php": "^8.3",
2323
"aws/aws-sdk-php": "^3.80|^4",
2424
"illuminate/support": "^8|^9|^10|^11|^12",
2525
"illuminate/validation": "^8|^9|^10|^11|^12",
@@ -28,7 +28,7 @@
2828
"symfony/finder": "^6|^7",
2929
"nesbot/carbon": "^3",
3030
"jwadhams/json-logic-php": "^1.4",
31-
"northwestern-sysdev/lodash-php": "^2.0.0"
31+
"northwestern-sysdev/lodash-php": "^3.0.0"
3232
},
3333
"require-dev": {
3434
"orchestra/testbench": "^10",

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Dynamic Forms for Laravel is available via composer.
44
## Prerequisites
55
You will need the following:
66

7-
- PHP 8.2+
7+
- PHP 8.3+
88
- Laravel 11+
99
- Bootstrap 5
1010
- FontAwesome 6

0 commit comments

Comments
 (0)