Skip to content

Commit

Permalink
Add composer.lock file to the project
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroKlymanSpryker committed Dec 12, 2023
1 parent 322cd1a commit c421b0f
Show file tree
Hide file tree
Showing 3 changed files with 5,399 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ nbproject/
# tooling
vendor/
!tests/_data/project_mock/vendor/
composer.lock
!tests/_data/project_mock/composer.lock
!tests/_data/composer/composer.lock
.phpunit.result.cache
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
"ext-simplexml": "*",
"composer-plugin-api": "^1.0.0 || ^2.0.0",
"aws/aws-sdk-php": "^3.257",
"composer/composer": "^2.1.0",
"composer/composer": "^2.6.0",
"czproject/git-php": "^4.1",
"guzzlehttp/guzzle": "^7.4",
"nikic/php-parser": "^4.3.0",
"nikic/php-parser": "^4.13.0",
"sebastian/diff": "^4.0.0",
"spryker-sdk/utils": "^0.1.2",
"symfony/console": "^5.3.0 || ^6.0",
"symfony/finder": "^5.3.0 || ^6.0",
"symfony/console": "^5.4 || ^6.0",
"symfony/finder": "^5.4 || ^6.0",
"symfony/process": "^5.4 || ^6.0"
},
"require-dev": {
Expand All @@ -26,7 +26,7 @@
"phpunit/phpunit": "^9.5.0",
"spryker-sdk/manifest-test-data-provider": "dev-master",
"spryker/code-sniffer": "0.17.18",
"symfony/filesystem": "^5.3.0 || ^6.0"
"symfony/filesystem": "^5.4 || ^6.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit c421b0f

Please sign in to comment.