Skip to content

Commit ecda657

Browse files
committed
Update platine package version to 1.0.x
1 parent e263f1b commit ecda657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@
2020

2121
"require": {
2222
"php": "^7.4 || ^8",
23-
"platine-php/stdlib": "1.0.x-dev"
23+
"platine-php/stdlib": "^1.0"
2424
},
2525

2626
"require-dev": {
2727
"mikey179/vfsstream": "~1.6",
2828
"phpmd/phpmd": "@stable",
2929
"phpstan/phpstan": "^1.8",
3030
"phpunit/phpunit": "^9.5",
31-
"platine-php/dev": "1.0.x-dev",
31+
"platine-php/dev": "^1.0",
3232
"squizlabs/php_codesniffer": "3.*"
3333
},
3434

0 commit comments

Comments
 (0)