1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

27 Commits

Author SHA1 Message Date
James Titcumb
2ab49190bb Apply latest CS fixes 2025-10-14 19:44:55 +01:00
James Titcumb
e8dbb79d8c Introduce phpstan instead of psalm 2025-09-29 11:47:14 +01:00
James Titcumb
ebb9d226a3 Only suppress deprecations when running as Phar 2025-09-18 22:33:18 +01:00
James Titcumb
f4648766bd Silence deprecations before vendor include 2025-08-27 22:24:59 +01:00
James Titcumb
7496f301fa Silence deprecations 2025-08-18 08:30:40 +01:00
James Titcumb
9ade56b189 Added self-verify command 2025-04-17 20:42:43 +01:00
James Titcumb
222e351a79 Add PHPF banner only to PIE-created commands 2025-04-16 20:13:43 +01:00
James Titcumb
c9d51b8f3c Revert "Added PIE version banner to all commands"
This reverts commit 161842d940.
2025-04-16 19:48:53 +01:00
James Titcumb
425c42b7b5 Added install-extensions-for-project command initial implementation 2025-04-08 19:45:25 +01:00
James Titcumb
2b91430a95 Initial structure of self-update command with skeleton of verification 2025-04-01 21:00:38 +01:00
James Titcumb
161842d940 Added PIE version banner to all commands 2025-03-12 20:17:09 +00:00
James Titcumb
7ce8f44988 Added Composer uninstall processor for PiePackageInstaller 2025-02-28 07:20:55 +00:00
James Titcumb
2e67ee51ec Add repository:* commands to manage path/vcs repositories 2025-01-22 08:50:43 +00:00
James Titcumb
9c69fab060 Added docblocks around PieVersion and how it behaves 2024-11-26 07:56:41 +00:00
Godruoyi
4ed676613b chore: move the obtaining the version method to a separate class 2024-11-26 07:56:40 +00:00
James Titcumb
120326fef5 Display version and package name correctly 2024-09-30 09:23:04 +01:00
James Titcumb
3559d13f29 Added pie show command to list installed extension versions 2024-09-19 20:43:56 +01:00
James Titcumb
4e414bc65d Added info command 2024-08-15 10:47:13 +01:00
James Titcumb
80b162debe Added install command and non-Windows implementation 2024-07-22 16:00:06 +01:00
James Titcumb
bf447ac55a Initial basic build command implementation 2024-07-09 20:38:46 +01:00
James Titcumb
3323693a18 Rewire some Composer dependencies and console IO 2024-03-18 08:25:29 +00:00
James Titcumb
33d65d4017 Introduce Illuminate Container for service location 2024-03-18 08:25:29 +00:00
James Titcumb
2c35b2c973 Basic implementation of downloading and extracting the source archive for Unixy platforms 2024-03-18 08:25:29 +00:00
James Titcumb
723fe5b39e Use Composer to resolve dependencies 2024-03-18 08:25:28 +00:00
James Titcumb
3c771d1727 Added DependencyResolver interface to be used by DownloadCommand 2024-03-18 08:25:28 +00:00
James Titcumb
2e8a2d0db6 Added Psalm tooling 2024-02-29 08:31:25 +00:00
James Titcumb
e19bbbf94b Set up composer.json and basic paths 2024-02-29 08:31:17 +00:00