diff --git a/Makefile b/Makefile
index 451b382..6cf0d05 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
IMAGE_NAME = juliangut/phpdev-local
-XDEBUG_VERSION = `curl -s https://github.com/xdebug/xdebug/releases.atom | grep "
[0-9]*\.[0-9]*\.[0-9]*" | awk -F '[<>]' '{ print $$3; exit }'`
+XDEBUG_VERSION = `curl -s https://github.com/xdebug/xdebug/releases.atom | grep ".*/[0-9]*\.[0-9]*\.[0-9]*" | sed -E "s/\s*.*\/([0-9]*\.[0-9]*\.[0-9]*)<\/id>/\1<\/release>/" | awk -F '[<>]' '{ print $$3; exit }'`
.PHONY: scaffold
diff --git a/composer.json b/composer.json
index 5fba82f..2477535 100644
--- a/composer.json
+++ b/composer.json
@@ -31,7 +31,7 @@
},
"require-dev": {
"grifart/phpstan-oneline": "~0.4",
- "juliangut/easy-coding-standard-config": "^1.15",
+ "juliangut/easy-coding-standard-config": "^1.16",
"juliangut/phpstan-config": "^1.2",
"overtrue/phplint": "^9.3",
"phpcompatibility/php-compatibility": "^9.3",