Skip to content

Commit

Permalink
chore: Upgrade phpdesktop
Browse files Browse the repository at this point in the history
  • Loading branch information
DZunke committed Feb 8, 2025
1 parent 2ff0810 commit df42daa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ help:

phpdesktop: ## build phpdesktop release
rm -rf build
wget https://github.com/cztomczak/phpdesktop/releases/download/chrome-v57.0-rc/phpdesktop-chrome-57.0-rc-php-7.1.3.zip
unzip phpdesktop-chrome-57.0-rc-php-7.1.3.zip
mv phpdesktop-chrome-57.0-rc-php-7.1.3 build
rm phpdesktop-chrome-57.0-rc-php-7.1.3.zip
wget https://github.com/cztomczak/phpdesktop/releases/download/chrome-v130.1/phpdesktop-chrome-130.1-php-8.3.zip
unzip phpdesktop-chrome-130.1-php-8.3.zip
mv phpdesktop-chrome-130.1-php-8.3 build
rm phpdesktop-chrome-130.1-php-8.3.zip
cd build/www; rm -rf *
cd build; rm -rf php/*
cd build/php; wget https://windows.php.net/downloads/releases/latest/php-8.0-nts-Win32-vs16-x86-latest.zip
Expand Down
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
"preferred-install": {
"*": "dist"
},
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"symfony/flex": true
}
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit df42daa

Please sign in to comment.