Skip to content

Commit

Permalink
Allow SF7
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Nov 23, 2023
1 parent d6cb797 commit 2979852
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ install:

# Install dependencies
- ps: cd $Env:project_directory
- IF %dependencies%==lowest composer update --prefer-dist --prefer-lowest --prefer-stable --no-progress --no-scripts --no-suggest --profile
- IF %dependencies%==highest composer update --prefer-dist --no-progress --no-scripts --no-suggest --profile
- IF %dependencies%==lowest composer update --prefer-dist --prefer-lowest --prefer-stable --no-progress --no-scripts --no-suggest --profile --ignore-platform-reqs=php+
- IF %dependencies%==highest composer update --prefer-dist --no-progress --no-scripts --no-suggest --profile --ignore-platform-reqs=php+
- git config --global user.email "[email protected]"
- git config --global user.name "GrumPHP"
- git config --global protocol.file.allow always
Expand Down
22 changes: 11 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"php": "^8.1 || ^8.2 || ^8.3",
"ext-json": "*",
"composer-plugin-api": "^2.0",
"amphp/amp": "^3.0",
Expand All @@ -26,16 +26,16 @@
"ondram/ci-detector": "^4.0",
"psr/container": "^1.1 || ^2.0",
"seld/jsonlint": "^1.8",
"symfony/config": "^5.4 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/dotenv": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/filesystem": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0",
"symfony/yaml": "^5.4 || ^6.0"
"symfony/config": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/console": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/dependency-injection": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/dotenv": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/event-dispatcher": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/filesystem": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/finder": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/options-resolver": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/process": "^5.4 || ^6.3 || ^7.0@beta",
"symfony/yaml": "^5.4 || ^6.3 || ^7.0@beta"
},
"require-dev": {
"brianium/paratest": "^6.4",
Expand Down

0 comments on commit 2979852

Please sign in to comment.