Skip to content

Commit

Permalink
Update composer to create an installable set on modern instances
Browse files Browse the repository at this point in the history
This commit updates the composer file to set the platform to be
php 7.4.3 to allow the package set to be installed on modern machines
running recent versions of php (eg php 8.2)

to test:
download the code locally and ensure that composer install completes
as expected.
  • Loading branch information
jkeasley committed Oct 18, 2023
1 parent 2633c3d commit cee9a23
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 158 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,10 @@
},
"scripts": {
"post-update-cmd": "COMPOSER_VENDOR_DIR=_vendor composer install --no-dev --no-interaction"
},
"config": {
"platform": {
"php": "7.4.3"
}
}
}
Loading

0 comments on commit cee9a23

Please sign in to comment.