Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/vortex-test-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.2', '8.3', '8.4']
php-versions: ['8.3', '8.4']

steps:
- name: Checkout code
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}

- name: Generate video for installer (not used in the final artifact)
if: matrix.php-versions == '8.2'
if: matrix.php-versions == '8.3'
env:
ASCIINEMA_VERSION: v3.2.1
ASCIINEMA_SHA256: 1b405bbda565b33c3c4718de67fedc3535580603c0694b1ff3fb04f363430a20
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TEST_GITHUB_TOKEN }}

- name: Upload installer artifact
if: matrix.php-versions == '8.2'
if: matrix.php-versions == '8.3'
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
with:
name: vortex-installer
Expand Down
2 changes: 1 addition & 1 deletion .vortex/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.27.2",
"@babel/preset-react": "^7.27.1",
"@eslint/js": "^9.39.4",
"@testing-library/jest-dom": "^5.16.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.0.0",
"babel-jest": "^29.7.0",
"cspell": "^8.6.1",
"@eslint/js": "^9.39.4",
"eslint": "^9.39.4",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^7.1.1",
Expand Down
1,140 changes: 570 additions & 570 deletions .vortex/docs/yarn.lock

Large diffs are not rendered by default.

34 changes: 17 additions & 17 deletions .vortex/installer/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,35 +17,35 @@
"source": "https://github.com/drevops/vortex"
},
"require": {
"php": ">=8.2",
"alexskrypnyk/file": "^0.19.0",
"php": ">=8.3",
"alexskrypnyk/file": "^1.2.0",
"alexskrypnyk/str2name": "^1.6.0",
"composer/composer": "^2.10.2",
"composer/composer": "^2.10.3",
"cweagans/composer-patches": "^2",
"czproject/git-php": "^4.6",
"guzzlehttp/guzzle": "^7.15.3",
"laravel/prompts": "^0.3.22",
"guzzlehttp/guzzle": "^7.15.5",
"laravel/prompts": "^0.3.24",
"nelexa/zip": "^4.0.2",
"nikic/iter": "^2.4.1",
"sebastian/diff": "^6.0.2",
"symfony/console": "^7.4.16",
"symfony/filesystem": "^7.4.15",
"symfony/yaml": "^7.4.15"
"sebastian/diff": "^7.0.1",
"symfony/console": "^7.4.18",
"symfony/filesystem": "^7.4.18",
"symfony/yaml": "^7.4.18"
},
"require-dev": {
"alexskrypnyk/phpunit-helpers": "^0.16.0",
"alexskrypnyk/snapshot": "^1.4.0",
"alexskrypnyk/phpunit-helpers": "^1.0",
"alexskrypnyk/snapshot": "^1.5.0",
"bamarni/composer-bin-plugin": "^1.9.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.2.1",
"drevops/phpcs-standard": "^0.6.2",
"drupal/coder": "^9.0.1@alpha",
"ergebnis/composer-normalize": "^2.52.0",
"laravel/serializable-closure": "^2.0.15",
"mockery/mockery": "^1.6.13",
"phpstan/phpstan": "^2.2.8",
"phpunit/phpunit": "^11.5.56",
"rector/rector": "^2.6.2",
"symfony/finder": "^7.4.14"
"laravel/serializable-closure": "^2.0.16",
"mockery/mockery": "^1.6.15",
"phpstan/phpstan": "^2.2.13",
"phpunit/phpunit": "^12.5.34",
"rector/rector": "^2.6.6",
"symfony/finder": "^7.4.17"
},
"autoload": {
"psr-4": {
Expand Down
Loading