Skip to content

Commit

Permalink
Update dependencies and modernise
Browse files Browse the repository at this point in the history
  • Loading branch information
Stratadox committed Nov 14, 2020
1 parent bd34c5b commit 5791c0c
Show file tree
Hide file tree
Showing 14 changed files with 1,362 additions and 1,383 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@
},
"require": {
"php": ">=7.2",
"ext-json": "*",
"stratadox/specification-interfaces": "^1.0",
"stratadox/proxy-contracts": "^0.3",
"stratadox/deserializer-contracts": "^0.1.0"
"stratadox/deserializer-contracts": "^0.3.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
"phpunit/phpunit": "^8.2",
"php-coveralls/php-coveralls": "^2.0",
"phpstan/phpstan": "^0.11.12",
"stratadox/deserializer": "^0.1.1"
"phpstan/phpstan": "^0.12",
"stratadox/deserializer": "^0.2"
}
}
Loading

0 comments on commit 5791c0c

Please sign in to comment.