Skip to content

Commit

Permalink
feat: bump to silvershop 4
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Sep 28, 2023
1 parent 177a0a9 commit 35d6b2a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: CI

on:
push:
pull_request:
workflow_dispatch:

jobs:
ci:
name: CI
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@
/tools/phing-metadata

# ignore composer vendor folder
/vendor/
/vendor/
composer.lock
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"silvershop/stock": "3.x-dev",
"silvershop/discounts": "3.x-dev",
"silvershop/shipping": "3.x-dev",
"silvershop/geocoding": "3.x-dev",
"silvershop/comparison": "3.x-dev",
"silvershop/coloredvariations": "3.x-dev"
},
Expand All @@ -25,8 +24,15 @@
}
},
"config": {
"process-timeout": 600
"process-timeout": 600,
"preferred-install": "source"
},
"repositories": [
{
"type": "vcs",
"url": "git@github.com:silvershop/silvershop-core.git"
}
],
"prefer-stable": true,
"minimum-stability": "dev"
}

0 comments on commit 35d6b2a

Please sign in to comment.