Skip to content

Commit

Permalink
Fake PHP version to 8.0.28 in composer.json, bump version
Browse files Browse the repository at this point in the history
Update Composer dependencies due to recent change. Also update
GitHub build CI's PHP version to 8.0.28 (from 8.0.19).
  • Loading branch information
machitgarha committed Mar 31, 2023
1 parent 915fbca commit b61c3a5
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 60 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

make-appimage:
env:
phpVersion: "8.0.19"
phpVersion: "8.0.28"
appimagetoolDownloadUrl: https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage
name: Make AppImage file
runs-on: ubuntu-latest
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
"email": "machitgarha@outlook.com",
"role": "Maintainer"
}],
"config": {
"platform": {
"php": "8.0.28"
}
},
"require": {
"php": "^8.0",
"symfony/process": "^5.4",
Expand Down
113 changes: 55 additions & 58 deletions composer.lock

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

2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
class Application extends \Symfony\Component\Console\Application
{
public const NAME = "Parvaj";
public const VERSION = "0.4.0-beta.1";
public const VERSION = "0.4.0-rc.1";

public const ISSUES_PAGE_LINK = "https://github.com/machitgarha/parvaj/issues";

Expand Down

0 comments on commit b61c3a5

Please sign in to comment.