Updated project.json & ci.yml

This commit is contained in:
netkas 2024-09-17 14:33:27 -04:00
parent fa8a8ea84c
commit 25aba53494
2 changed files with 5 additions and 5 deletions

View file

@ -106,9 +106,9 @@ jobs:
php "$NCC_DIR/INSTALL" --auto --install-composer
cd .. && rm -rf ncc
- name: Install NCC package
- name: Install NCC packages
run: |
ncc package install --package="ncc-build/net.nosial.configlib.ncc" --reinstall -y --log-level # Use the correct path to the downloaded package
ncc package install --package="ncc-build/net.nosial.configlib.ncc" --reinstall -y --log-level debug
- name: Install project dependencies
run: |

View file

@ -62,19 +62,19 @@
"name": "com.symfony.filesystem",
"version": "latest",
"source_type": "remote",
"source": "symfony/filesystem=latest@composer"
"source": "symfony/filesystem=latest@packagist"
},
{
"name": "com.symfony.yaml",
"version": "latest",
"source_type": "remote",
"source": "symfony/yaml=latest@composer"
"source": "symfony/yaml=latest@packagist"
},
{
"name": "com.symfony.process",
"version": "latest",
"source_type": "remote",
"source": "symfony/process=latest@composer"
"source": "symfony/process=latest@packagist"
}
],
"configurations": [