Skip to content

Commit

Permalink
added lock into require
Browse files Browse the repository at this point in the history
  • Loading branch information
GytisZum committed Apr 8, 2024
1 parent 0254f01 commit 95009e4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
}
],
"require": {
"php": ">=7.1.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"php": ">=7.1.0",
"symfony/lock": "v3.4.0",
"symfony/filesystem": "v3.4.0"
},
"require-dev": {
"phpunit/phpunit": "^5.7"
},
"autoload": {
"psr-4": {
"Invertus\\Lock\\": "src/"
Expand Down

0 comments on commit 95009e4

Please sign in to comment.