diff --git a/award.php b/award.php index 57380c2..cd958f8 100644 --- a/award.php +++ b/award.php @@ -21,8 +21,8 @@ $phpPres->getDocumentProperties() ->setCreator('@IPSJ') ->setCompany('一般社団法人情報処理学会') - ->setTitle('情報教育シンポジウム2024表彰状') - ->setDescription('情報教育シンポジウム2024表彰状'); + ->setTitle('情報教育シンポジウム2025表彰状') + ->setDescription('情報教育シンポジウム2025表彰状'); // 印刷用(A4)なら1、16x9なら2を選択 echo "印刷用(A4)なら 1 、クロージング用(16x9)なら 2 を入力してください。\n"; @@ -103,8 +103,8 @@ /////////////////////////////////////////////////////////// // 差し込み -$baseary["year"] = 2024; -$baseary["date"] = "令和6年8月12日"; +$baseary["year"] = 2025; +$baseary["date"] = "令和7年8月21日"; $baseary["awardname"] = "優秀論文賞"; $baseary["eventname"] = "情報教育シンポジウム{$baseary['year']}"; @@ -113,14 +113,14 @@ $baseary["presenter"] = $baseary["date"] . "\r\n" . "一般社団法人 情報処理学会\r\n" . "情報教育シンポジウム{$baseary['year']}\r\n" . - "プログラム委員長 斎藤 俊則\r\n" . - "実行委員長 天野 由貴\r\n" . - "大会委員長 長瀧 寛之\r\n"; + "プログラム委員長 隅谷 孝洋\r\n" . + "実行委員長 鈴木 大助\r\n" . + "大会委員長 林 浩一\r\n"; /** * TODO: 毎年変わるダウンロードキーを設定してください。 */ -$url = "https://exconf.istlab.info/awards/json_booth_title_author/xxxxxx"; +$url = "https://sss25.istlab.info/awards/json_booth_title_author/2025bBcH82jmg2"; if (strpos($url, "xxxxxx") > 0) { echo "ダウンロードキーを入力してください。(またはaward.php 123行目付近で設定)\n"; $type = trim(fgets(STDIN)); diff --git a/composer.lock b/composer.lock index b93b780..aa1721a 100644 --- a/composer.lock +++ b/composer.lock @@ -7,93 +7,112 @@ "content-hash": "22ea75f4f54875d5b5714a144a132699", "packages": [ { - "name": "ezyang/htmlpurifier", - "version": "v4.17.0", + "name": "composer/pcre", + "version": "3.3.2", "source": { "type": "git", - "url": "https://github.com/ezyang/htmlpurifier.git", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c" + "url": "https://github.com/composer/pcre.git", + "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/bbc513d79acf6691fa9cf10f192c90dd2957f18c", - "reference": "bbc513d79acf6691fa9cf10f192c90dd2957f18c", + "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e", + "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e", "shasum": "" }, "require": { - "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "^7.4 || ^8.0" + }, + "conflict": { + "phpstan/phpstan": "<1.11.10" }, "require-dev": { - "cerdic/css-tidy": "^1.7 || ^2.0", - "simpletest/simpletest": "dev-master" - }, - "suggest": { - "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.", - "ext-bcmath": "Used for unit conversion and imagecrash protection", - "ext-iconv": "Converts text to and from non-UTF-8 encodings", - "ext-tidy": "Used for pretty-printing HTML" + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-strict-rules": "^1 || ^2", + "phpunit/phpunit": "^8 || ^9" }, "type": "library", - "autoload": { - "files": [ - "library/HTMLPurifier.composer.php" - ], - "psr-0": { - "HTMLPurifier": "library/" + "extra": { + "phpstan": { + "includes": [ + "extension.neon" + ] }, - "exclude-from-classmap": [ - "/library/HTMLPurifier/Language/" - ] + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ - "LGPL-2.1-or-later" + "MIT" ], "authors": [ { - "name": "Edward Z. Yang", - "email": "admin@htmlpurifier.org", - "homepage": "http://ezyang.com" + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" } ], - "description": "Standards compliant HTML filter written in PHP", - "homepage": "http://htmlpurifier.org/", + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", "keywords": [ - "html" + "PCRE", + "preg", + "regex", + "regular expression" ], "support": { - "issues": "https://github.com/ezyang/htmlpurifier/issues", - "source": "https://github.com/ezyang/htmlpurifier/tree/v4.17.0" + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/3.3.2" }, - "time": "2023-11-17T15:01:25+00:00" + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2024-11-12T16:29:46+00:00" }, { "name": "maennchen/zipstream-php", - "version": "3.1.0", + "version": "3.2.0", "source": { "type": "git", "url": "https://github.com/maennchen/ZipStream-PHP.git", - "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1" + "reference": "9712d8fa4cdf9240380b01eb4be55ad8dcf71416" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1", - "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1", + "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/9712d8fa4cdf9240380b01eb4be55ad8dcf71416", + "reference": "9712d8fa4cdf9240380b01eb4be55ad8dcf71416", "shasum": "" }, "require": { "ext-mbstring": "*", "ext-zlib": "*", - "php-64bit": "^8.1" + "php-64bit": "^8.3" }, "require-dev": { + "brianium/paratest": "^7.7", "ext-zip": "*", "friendsofphp/php-cs-fixer": "^3.16", "guzzlehttp/guzzle": "^7.5", "mikey179/vfsstream": "^1.6", "php-coveralls/php-coveralls": "^2.5", - "phpunit/phpunit": "^10.0", - "vimeo/psalm": "^5.0" + "phpunit/phpunit": "^12.0", + "vimeo/psalm": "^6.0" }, "suggest": { "guzzlehttp/psr7": "^2.4", @@ -134,19 +153,15 @@ ], "support": { "issues": "https://github.com/maennchen/ZipStream-PHP/issues", - "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0" + "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.2.0" }, "funding": [ { "url": "https://github.com/maennchen", "type": "github" - }, - { - "url": "https://opencollective.com/zipstream", - "type": "open_collective" } ], - "time": "2023-06-21T14:59:35+00:00" + "time": "2025-07-17T11:15:13+00:00" }, { "name": "markbaker/complex", @@ -298,16 +313,16 @@ }, { "name": "phpoffice/common", - "version": "1.0.2", + "version": "1.0.5", "source": { "type": "git", "url": "https://github.com/PHPOffice/Common.git", - "reference": "1e968b24692bac8120b60e2ce3b7015eca0e7c00" + "reference": "5a2eeb82d4dfce4ce2163819063ba6f5a80c3e91" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/Common/zipball/1e968b24692bac8120b60e2ce3b7015eca0e7c00", - "reference": "1e968b24692bac8120b60e2ce3b7015eca0e7c00", + "url": "https://api.github.com/repos/PHPOffice/Common/zipball/5a2eeb82d4dfce4ce2163819063ba6f5a80c3e91", + "reference": "5a2eeb82d4dfce4ce2163819063ba6f5a80c3e91", "shasum": "" }, "require": { @@ -348,9 +363,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/Common/issues", - "source": "https://github.com/PHPOffice/Common/tree/1.0.2" + "source": "https://github.com/PHPOffice/Common/tree/1.0.5" }, - "time": "2023-12-11T13:11:02+00:00" + "time": "2025-02-28T12:39:45+00:00" }, { "name": "phpoffice/phppresentation", @@ -358,12 +373,12 @@ "source": { "type": "git", "url": "https://github.com/PHPOffice/PHPPresentation.git", - "reference": "732d029640b78b5010750949629f635ed984ee10" + "reference": "b9cdcd413e2d463ba3198f912f32716adc88f340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PHPPresentation/zipball/732d029640b78b5010750949629f635ed984ee10", - "reference": "732d029640b78b5010750949629f635ed984ee10", + "url": "https://api.github.com/repos/PHPOffice/PHPPresentation/zipball/b9cdcd413e2d463ba3198f912f32716adc88f340", + "reference": "b9cdcd413e2d463ba3198f912f32716adc88f340", "shasum": "" }, "require": { @@ -371,16 +386,18 @@ "ext-zip": "*", "php": "^7.1|^8.0", "phpoffice/common": "^1", - "phpoffice/phpspreadsheet": "^1.9.0" + "phpoffice/phpspreadsheet": "^1.9 || ^2.0 || ^3.0 || ^4.0" }, "require-dev": { + "dompdf/dompdf": "^3.1", "phpmd/phpmd": "2.*", - "phpstan/phpstan": "^0.12.88", + "phpstan/phpstan": "^0.12.88 || ^1.0.0", "phpunit/phpunit": ">=7.0" }, "suggest": { "ext-gd": "Required to add images" }, + "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -417,25 +434,26 @@ ], "support": { "issues": "https://github.com/PHPOffice/PHPPresentation/issues", - "source": "https://github.com/PHPOffice/PHPPresentation/tree/master" + "source": "https://github.com/PHPOffice/PHPPresentation/tree/1.2.0" }, - "time": "2021-11-25T08:43:20+00:00" + "time": "2025-06-06T10:27:25+00:00" }, { "name": "phpoffice/phpspreadsheet", - "version": "1.29.0", + "version": "4.5.0", "source": { "type": "git", "url": "https://github.com/PHPOffice/PhpSpreadsheet.git", - "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0" + "reference": "2ea9786632e6fac1aee601b6e426bcc723d8ce13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0", - "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0", + "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/2ea9786632e6fac1aee601b6e426bcc723d8ce13", + "reference": "2ea9786632e6fac1aee601b6e426bcc723d8ce13", "shasum": "" }, "require": { + "composer/pcre": "^1||^2||^3", "ext-ctype": "*", "ext-dom": "*", "ext-fileinfo": "*", @@ -449,25 +467,25 @@ "ext-xmlwriter": "*", "ext-zip": "*", "ext-zlib": "*", - "ezyang/htmlpurifier": "^4.15", "maennchen/zipstream-php": "^2.1 || ^3.0", "markbaker/complex": "^3.0", "markbaker/matrix": "^3.0", - "php": "^7.4 || ^8.0", + "php": "^8.1", "psr/http-client": "^1.0", "psr/http-factory": "^1.0", "psr/simple-cache": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "dealerdirect/phpcodesniffer-composer-installer": "dev-main", - "dompdf/dompdf": "^1.0 || ^2.0", + "dompdf/dompdf": "^2.0 || ^3.0", "friendsofphp/php-cs-fixer": "^3.2", "mitoteam/jpgraph": "^10.3", "mpdf/mpdf": "^8.1.1", "phpcompatibility/php-compatibility": "^9.3", - "phpstan/phpstan": "^1.1", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0", + "phpstan/phpstan": "^1.1 || ^2.0", + "phpstan/phpstan-deprecation-rules": "^1.0 || ^2.0", + "phpstan/phpstan-phpunit": "^1.0 || ^2.0", + "phpunit/phpunit": "^10.5", "squizlabs/php_codesniffer": "^3.7", "tecnickcom/tcpdf": "^6.5" }, @@ -522,9 +540,9 @@ ], "support": { "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues", - "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0" + "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/4.5.0" }, - "time": "2023-06-14T22:48:31+00:00" + "time": "2025-07-24T05:15:59+00:00" }, { "name": "psr/http-client", @@ -746,7 +764,7 @@ }, "prefer-stable": false, "prefer-lowest": false, - "platform": [], - "platform-dev": [], + "platform": {}, + "platform-dev": {}, "plugin-api-version": "2.6.0" }