-
Notifications
You must be signed in to change notification settings - Fork 59
Comparing changes
Open a pull request
base repository: syntaxerrors/Steam
base: master
head repository: TeemoCell/SteamWebAPI
compare: master
- 16 commits
- 34 files changed
- 2 contributors
Commits on May 23, 2025
-
Bump league/commonmark from 2.4.2 to 2.7.0
Bumps [league/commonmark](https://github.com/thephpleague/commonmark) from 2.4.2 to 2.7.0. - [Release notes](https://github.com/thephpleague/commonmark/releases) - [Changelog](https://github.com/thephpleague/commonmark/blob/2.7/CHANGELOG.md) - [Commits](thephpleague/commonmark@2.4.2...2.7.0) --- updated-dependencies: - dependency-name: league/commonmark dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8da45db - Browse repository at this point
Copy the full SHA 8da45dbView commit details -
Bump symfony/http-foundation from 6.4.4 to 6.4.21
Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 6.4.4 to 6.4.21. - [Release notes](https://github.com/symfony/http-foundation/releases) - [Changelog](https://github.com/symfony/http-foundation/blob/7.2/CHANGELOG.md) - [Commits](symfony/http-foundation@v6.4.4...v6.4.21) --- updated-dependencies: - dependency-name: symfony/http-foundation dependency-version: 6.4.21 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce5eae0 - Browse repository at this point
Copy the full SHA ce5eae0View commit details -
Bump symfony/process from 6.4.4 to 6.4.20
Bumps [symfony/process](https://github.com/symfony/process) from 6.4.4 to 6.4.20. - [Release notes](https://github.com/symfony/process/releases) - [Changelog](https://github.com/symfony/process/blob/7.2/CHANGELOG.md) - [Commits](symfony/process@v6.4.4...v6.4.20) --- updated-dependencies: - dependency-name: symfony/process dependency-version: 6.4.20 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 72e9023 - Browse repository at this point
Copy the full SHA 72e9023View commit details -
Bump laravel/framework from 10.48.9 to 10.48.29
Bumps [laravel/framework](https://github.com/laravel/framework) from 10.48.9 to 10.48.29. - [Release notes](https://github.com/laravel/framework/releases) - [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md) - [Commits](laravel/framework@v10.48.9...v10.48.29) --- updated-dependencies: - dependency-name: laravel/framework dependency-version: 10.48.29 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d41c72a - Browse repository at this point
Copy the full SHA d41c72aView commit details -
Merge pull request #6 from TeemoCell/dependabot/composer/laravel/fram…
…ework-10.48.29 Bump laravel/framework from 10.48.9 to 10.48.29
Configuration menu - View commit details
-
Copy full SHA for dbac613 - Browse repository at this point
Copy the full SHA dbac613View commit details -
Merge pull request #5 from TeemoCell/dependabot/composer/symfony/proc…
…ess-6.4.20 Bump symfony/process from 6.4.4 to 6.4.20
Configuration menu - View commit details
-
Copy full SHA for 8882998 - Browse repository at this point
Copy the full SHA 8882998View commit details -
Merge pull request #3 from TeemoCell/dependabot/composer/symfony/http…
…-foundation-6.4.21 Bump symfony/http-foundation from 6.4.4 to 6.4.21
Configuration menu - View commit details
-
Copy full SHA for 834ef53 - Browse repository at this point
Copy the full SHA 834ef53View commit details -
Merge pull request #2 from TeemoCell/dependabot/composer/league/commo…
…nmark-2.7.0 Bump league/commonmark from 2.4.2 to 2.7.0
Configuration menu - View commit details
-
Copy full SHA for 02c2a65 - Browse repository at this point
Copy the full SHA 02c2a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff7d0d8 - Browse repository at this point
Copy the full SHA ff7d0d8View commit details -
Erweitere die Laravel- und PHPUnit-Versionen in composer.json für die…
… Unterstützung von Laravel 12 und PHPUnit 12.
Configuration menu - View commit details
-
Copy full SHA for d1a25ba - Browse repository at this point
Copy the full SHA d1a25baView commit details -
Ändere den Titel von "Steam API" zu "Steam Web API" und aktualisiere …
…die Dokumentation für eine bessere Klarheit und Struktur.
Configuration menu - View commit details
-
Copy full SHA for d5d7ab7 - Browse repository at this point
Copy the full SHA d5d7ab7View commit details -
Füge Dockerfile für PHP 8.4 hinzu und installiere erforderliche Abhän…
…gigkeiten und Erweiterungen
Configuration menu - View commit details
-
Copy full SHA for 63bcb1c - Browse repository at this point
Copy the full SHA 63bcb1cView commit details -
Aktualisiere die PHPDoc-Dokumentation für die Methode appDetails, um …
…die Parameter-Typen klarer anzugeben.
Configuration menu - View commit details
-
Copy full SHA for 19f751d - Browse repository at this point
Copy the full SHA 19f751dView commit details -
Update player and game data structures for improved accuracy and cons…
…istency - Increased backpack slots from 50 to 300 in GetPlayerItems example. - Updated player badge details, including badge IDs, levels, and completion times in GetBadges example. - Changed owned games data to reflect new game titles and updated playtime statistics in GetOwnedGames example. - Revised player level details with new XP values and thresholds in GetPlayerLevelDetails example. - Modified recently played games list with new titles and accurate playtime metrics in GetRecentlyPlayedGames example. - Updated Steam level to reflect current player level of 108 in GetSteamLevel example. - Enhanced news items structure with new articles and updated content in GetNewsForApp example.
Configuration menu - View commit details
-
Copy full SHA for 269f5e3 - Browse repository at this point
Copy the full SHA 269f5e3View commit details -
Bereinige den Code durch Entfernen überflüssiger Leerzeilen und verbe…
…ssere die URL-Bauweise in der Client-Klasse.
Configuration menu - View commit details
-
Copy full SHA for 4bb2981 - Browse repository at this point
Copy the full SHA 4bb2981View commit details -
Bereinige den Code durch Entfernen überflüssiger Leerzeilen, verbesse…
…re die URL-Bauweise und aktualisiere die Testmethoden für eine konsistentere Benennung.
Configuration menu - View commit details
-
Copy full SHA for ca3ef04 - Browse repository at this point
Copy the full SHA ca3ef04View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master