Skip to content

Commit

Permalink
use release ids
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed May 20, 2024
1 parent 59ae3af commit 0711d64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
IMAGE_NAME = juliangut/phpdev-local
XDEBUG_VERSION = `curl -s https://github.com/xdebug/xdebug/releases.atom | grep "<title>[0-9]*\.[0-9]*\.[0-9]*</title>" | awk -F '[<>]' '{ print $$3; exit }'`
XDEBUG_VERSION = `curl -s https://github.com/xdebug/xdebug/releases.atom | grep "<id>.*/[0-9]*\.[0-9]*\.[0-9]*</id>" | sed -E "s/\s*<id>.*\/([0-9]*\.[0-9]*\.[0-9]*)<\/id>/<release>\1<\/release>/" | awk -F '[<>]' '{ print $$3; exit }'`


.PHONY: scaffold
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0711d64

Please sign in to comment.