Skip to content

Commit

Permalink
disable the composer create a project
Browse files Browse the repository at this point in the history
  • Loading branch information
xxl4 committed Nov 8, 2024
1 parent 810c256 commit e8caa09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Show laravel version
run: composer show laravel/framework

# create Nexa Merchant Core composer project
- name: Create Nexa Merchant Core composer project
run: composer create-project --prefer-dist nexamerchant/core NexaMerchantCore
# # create Nexa Merchant Core composer project
# - name: Create Nexa Merchant Core composer project
# run: composer create-project --prefer-dist nexamerchant/core NexaMerchantCore

# # Install NPM dependencies
# - name: Install Dependencies
Expand Down

0 comments on commit e8caa09

Please sign in to comment.