Skip to content

Commit

Permalink
Update platine package version to 1.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
nguereza-tony committed Dec 2, 2023
1 parent b820efe commit 2a77303
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

"require": {
"php": "^7.4 || ^8",
"platine-php/http": "1.0.x-dev",
"platine-php/request-handler": "1.0.x-dev"
"platine-php/http": "^1.0",
"platine-php/request-handler": "^1.0"
},

"require-dev": {
"phpmd/phpmd": "@stable",
"phpunit/phpunit": "^9.5",
"platine-php/dev": "1.0.x-dev",
"platine-php/dev": "^1.0",
"squizlabs/php_codesniffer": "3.*",
"phpstan/phpstan": "^1.8"
},
Expand Down

0 comments on commit 2a77303

Please sign in to comment.