Skip to content

Commit ea43bf5

Browse files
committed
Downgrade PHP requirement to ^8.3 in composer.json
1 parent 5c48a0e commit ea43bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"salesforce"
88
],
99
"require": {
10-
"php": "^8.4",
10+
"php": "^8.3",
1111
"illuminate/collections": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
1212
"illuminate/support": "^8.0 || ^9.0 || ^10.0 || ^11.0 || ^12.0",
1313
"omniphx/forrest": "^2.0"

0 commit comments

Comments
 (0)