Skip to content

Commit

Permalink
Merge pull request #65 from DavidePastore/feature/remove-composer-loc…
Browse files Browse the repository at this point in the history
…k-file

Remove composer lock file
  • Loading branch information
DavidePastore authored Dec 15, 2022
2 parents 24a8b78 + 417b6dd commit f1d9347
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2,537 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
composer.phar
vendor/
composer.lock

# Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
Expand Down
7 changes: 1 addition & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"require-dev": {
"slim/slim": "~3.0",
"phpunit/phpunit": "^4.0",
"scrutinizer/ocular": "~1.1"
"scrutinizer/ocular": "1.5.*"
},
"autoload": {
"psr-4": {
Expand All @@ -29,10 +29,5 @@
"psr-4": {
"DavidePastore\\Slim\\Validation\\Tests\\": "tests"
}
},
"config": {
"platform": {
"php": "5.5"
}
}
}
Loading

0 comments on commit f1d9347

Please sign in to comment.