Skip to content

Commit

Permalink
Update required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
costin committed Apr 23, 2020
1 parent 8743e03 commit 6ff6a28
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2016 DotKernel
Copyright (c) 2020 Apidemia

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": "^7.4",
"laminas/laminas-dependency-plugin": "^1.0"
"laminas/laminas-dependency-plugin": "^1.0.3"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.3"
"phpunit/phpunit": "^9.1.2",
"squizlabs/php_codesniffer": "^3.5.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6ff6a28

Please sign in to comment.