Skip to content

Commit

Permalink
Merge pull request #107 from backdevs/106-remove-composerlock
Browse files Browse the repository at this point in the history
Remove `composer.lock`
  • Loading branch information
bogdannbv authored Mar 10, 2024
2 parents 1393652 + 1e76d1e commit e9f151f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3,643 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/vendor
/.phpunit.cache
.phpunit.result.cache
composer.lock
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
"require": {
"php": "^8.1",
"ext-tokenizer": "*",
"symfony/console": "^6.0",
"symfony/validator": "^6.0",
"symfony/console": "^6.0|^7.0",
"symfony/validator": "^6.0|^7.0",
"vlucas/phpdotenv": "^5.0",
"symfony/stopwatch": "^6.0"
"symfony/stopwatch": "^6.0|^7.0"
},
"require-dev": {
"ext-intl": "*",
"phpunit/phpunit": "^10.0",
"symfony/var-dumper": "^6.2",
"symfony/var-dumper": "^6.2|^7.0",
"squizlabs/php_codesniffer": "^3.7",
"phpspec/prophecy": "^1.3",
"phpspec/prophecy-phpunit": "^1.1 || ^2.0"
"phpspec/prophecy-phpunit": "^1.1|^2.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit e9f151f

Please sign in to comment.