Skip to content

Commit

Permalink
phplist/core version update (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: Tatevik <[email protected]>
  • Loading branch information
TatevikGr and tatevikg1 authored Mar 5, 2025
1 parent b4f29a2 commit e16207f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
php-versions: ['8.1']
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup PHP, with composer and extensions
uses: shivammathur/setup-php@v2
with:
Expand All @@ -45,7 +45,7 @@ jobs:
id: composer-cache
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
- name: Cache composer dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
Expand Down
5 changes: 1 addition & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"require": {
"php": "^8.1",
"phplist/core": "dev-ISSUE-337"
"phplist/core": "v5.0.0-alpha3"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand Down Expand Up @@ -77,9 +77,6 @@
]
},
"extra": {
"branch-alias": {
"dev-ISSUE-337": "5.0.x-dev"
},
"symfony-app-dir": "bin",
"symfony-bin-dir": "bin",
"symfony-var-dir": "var",
Expand Down

0 comments on commit e16207f

Please sign in to comment.