Skip to content

Commit

Permalink
Set version of PHP for build in composer to install proper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
donhardman committed Dec 7, 2023
1 parent c351f59 commit 30396e9
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 43 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ jobs:
- uses: actions/checkout@v3
- name: Prepare release directory
run: |
sudo apt-get install -y php8.2
git clone https://github.com/manticoresoftware/phar_builder.git
./phar_builder/bin/build --name="Manticore Buddy" --package="${{ env.APP_NAME }}"
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
"license": "GPL-2.0-or-later",
"type": "project",
"config": {
"platform": {
"php": "8.1.0"
},
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
Expand Down
88 changes: 46 additions & 42 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 30396e9

Please sign in to comment.