{"id":1393,"date":"2025-10-09T11:32:51","date_gmt":"2025-10-09T02:32:51","guid":{"rendered":"https:\/\/shinke1987.net\/?p=1393"},"modified":"2025-10-09T11:32:51","modified_gmt":"2025-10-09T02:32:51","slug":"composer-json-%e3%81%ab-ext-pdo-%e3%81%8c%e3%81%82%e3%82%8a%e3%81%be%e3%81%9b%e3%82%93-%e3%81%a8%e3%82%b3%e3%83%bc%e3%83%89%e8%a7%a3%e6%9e%90%e3%81%a7%e8%a1%a8%e7%a4%ba%e3%81%95%e3%82%8c%e3%81%9f","status":"publish","type":"post","link":"https:\/\/shinke1987.net\/?p=1393","title":{"rendered":"composer.json \u306b &#8216;ext-pdo&#8217; \u304c\u3042\u308a\u307e\u305b\u3093 \u3068\u30b3\u30fc\u30c9\u89e3\u6790\u3067\u8868\u793a\u3055\u308c\u305f"},"content":{"rendered":"\n<h2 id=\"toc0\" class=\"wp-block-heading\">\u53c2\u8003<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/intellij-support.jetbrains.com\/hc\/en-us\/community\/posts\/360000391799-composer-json\">composer.json &#8211; IDEs Support (IntelliJ Platform) | JetBrains<\/a><\/li>\n<\/ul>\n\n\n\n<h2 id=\"toc1\" class=\"wp-block-heading\">\u4f55\u304c\u8d77\u3053\u3063\u305f\uff1f<\/h2>\n\n\n\n<p>PHPStorm 2024.3.5 \u306e\u30b3\u30fc\u30c9\u89e3\u6790\u3067\u3001\u4e0b\u8a18\u306e\u3088\u3046\u306b\u8868\u793a\u3055\u308c\u305f\u3002<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: plain; title: ; notranslate\" title=\"\">\n\u8b66\u544a:(62, 17) composer.json \u306b &#039;ext-pdo&#039; \u304c\u3042\u308a\u307e\u305b\u3093\n<\/pre><\/div>\n\n\n<p>PHP\u306ePDO\u62e1\u5f35\u306fRemi&#8217;s\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u5229\u7528\u3057\u3066\u3001\u4e0b\u8a18\u30b3\u30de\u30f3\u30c9\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u3002<\/p>\n\n\n\n<p>\u300cphp -M\u300d\u30b3\u30de\u30f3\u30c9\u3067\u3082PDO\u304c\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3055\u308c\u3066\u3044\u308b\u3053\u3068\u306f\u78ba\u8a8d\u6e08\u307f\u3002<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: bash; title: ; notranslate\" title=\"\">\n$ sudo dnf install php-pdo\n<\/pre><\/div>\n\n\n<h2 id=\"toc2\" class=\"wp-block-heading\">\u5bfe\u5fdc<\/h2>\n\n\n\n<p>PHPStorm\u306e\u8a2d\u5b9a\u3092\u5909\u66f4\u3059\u308b\u3053\u3068\u3067\u3082\u8868\u793a\u3055\u308c\u306a\u3044\u3088\u3046\u306b\u3067\u304d\u308b\u3051\u3069\u3001<br>composer.json \u3092\u9069\u5207\u306b\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u3067\u3082\u5bfe\u5fdc\u3067\u304d\u308b\u3002<\/p>\n\n\n\n<p>\u5177\u4f53\u7684\u306b\u306f\u3001composer.json \u306e require \u306b\u4e0b\u8a18\u3092\u8ffd\u52a0\u3059\u308c\u3070\u826f\u3044\u3002<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\n&quot;ext-pdo&quot;: *\n<\/pre><\/div>\n\n\n<p>\u4f55\u6545\u3053\u3046\u66f8\u3051\u3070\u826f\u3044\u306e\u304b\u306f\u4e0b\u8a18\u306eComposer\u516c\u5f0f\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\u306b\u8a18\u8f09\u3055\u308c\u3066\u3044\u308b\u3002<\/p>\n\n\n\n<p><a href=\"https:\/\/getcomposer.org\/doc\/01-basic-usage.md#platform-packages\">Basic usage &#8211; Composer#Platform packages<\/a><\/p>\n\n\n\n<p>Composer\u306e\u601d\u60f3\u7684\u306a\u90e8\u5206\u306b\u95a2\u308f\u308b\u3088\u3046\u306a\u306e\u3067\u3001\u304a\u3068\u306a\u3057\u304fcomposer.json\u3092\u8a2d\u5b9a\u3059\u308b\u3053\u3068\u3067\u5bfe\u5fdc\u3059\u308b\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u53c2\u8003 \u4f55\u304c\u8d77\u3053\u3063\u305f\uff1f PHPStorm 2024.3.5 \u306e\u30b3\u30fc\u30c9\u89e3\u6790\u3067\u3001\u4e0b\u8a18\u306e\u3088\u3046\u306b\u8868\u793a\u3055\u308c\u305f\u3002 PHP\u306ePDO\u62e1\u5f35\u306fRemi&#8217;s\u30ea\u30dd\u30b8\u30c8\u30ea\u3092\u5229\u7528\u3057\u3066\u3001\u4e0b\u8a18\u30b3\u30de\u30f3\u30c9\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u6e08\u307f\u3002 \u300cphp -M\u300d\u30b3\u30de [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[80],"tags":[81,129],"class_list":["post-1393","post","type-post","status-publish","format-standard","hentry","category-php","tag-php","tag-phpstorm"],"_links":{"self":[{"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/posts\/1393","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shinke1987.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=1393"}],"version-history":[{"count":2,"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/posts\/1393\/revisions"}],"predecessor-version":[{"id":1395,"href":"https:\/\/shinke1987.net\/index.php?rest_route=\/wp\/v2\/posts\/1393\/revisions\/1395"}],"wp:attachment":[{"href":"https:\/\/shinke1987.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=1393"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/shinke1987.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=1393"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/shinke1987.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=1393"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}