-
-
Notifications
You must be signed in to change notification settings - Fork 76
Comparing changes
Open a pull request
base repository: composer/semver
base: 3.4.2
head repository: composer/semver
compare: 3.4.3
- 10 commits
- 16 files changed
- 4 contributors
Commits on Aug 21, 2024
-
Fix: resolve PHP 8.3 deprecation in test suite (#161)
Resolve the following deprecation when running the test suite with PHP 8.3: Remaining self deprecation notices (1) 1x: Calling ReflectionProperty::setValue() with a single argument is deprecated 1x in SemverTest::testUsortShouldInitialVersionParserClass from Composer\Semver Co-authored-by: Aad Mathijssen <aad.mathijssen@iodigital.com>Configuration menu - View commit details
-
Copy full SHA for 420071a - Browse repository at this point
Copy the full SHA 420071aView commit details -
Mark all data providers as static (#163)
Reasons: - consistency: some data providers were already static, now all of them are static - performance: the class does not need to be instantiated anymore to execute the data provider - future-proof: non-static data providers are deprecated in PHPUnit 10 Co-authored-by: Aad Mathijssen <aad.mathijssen@iodigital.com>
Configuration menu - View commit details
-
Copy full SHA for 9569a83 - Browse repository at this point
Copy the full SHA 9569a83View commit details
Commits on Aug 22, 2024
-
Prepare tests for PHPUnit 10 (#162)
* Avoid mandatory `void` return type of the inherited `setUp` method in PHPUnit 10 This is done by renaming the inherited `setUp` method to a new `setUpTestCase` method and adding an `@before` annotation. * Use `onlyMethods` instead of `setMethods` on MockBuilder instance when available This resolves the following error when running the test suite using PHPUnit 10: Call to undefined method PHPUnit\Framework\MockObject\MockBuilder::setMethods() --------- Co-authored-by: Aad Mathijssen <aad.mathijssen@iodigital.com>Configuration menu - View commit details
-
Copy full SHA for 4b9538f - Browse repository at this point
Copy the full SHA 4b9538fView commit details -
Add PHP 8.3 to GitHub workflows (#164)
Co-authored-by: Aad Mathijssen <aad.mathijssen@iodigital.com>
Configuration menu - View commit details
-
Copy full SHA for 2d9c536 - Browse repository at this point
Copy the full SHA 2d9c536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f29591 - Browse repository at this point
Copy the full SHA 3f29591View commit details -
Bump actions/checkout from 2 to 4 (#166)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9f46b40 - Browse repository at this point
Copy the full SHA 9f46b40View commit details -
Bump actions/cache from 2 to 4 (#165)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 4. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v4) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for df37d00 - Browse repository at this point
Copy the full SHA df37d00View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6656025 - Browse repository at this point
Copy the full SHA 6656025View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 578f80e - Browse repository at this point
Copy the full SHA 578f80eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4313d26 - Browse repository at this point
Copy the full SHA 4313d26View 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 3.4.2...3.4.3