diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 2b8e299b..476692c2 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -54,7 +54,7 @@ jobs: - name: Install Dependencies env: - COMPOSER_ROOT_VERSION: 4.x-dev + COMPOSER_ROOT_VERSION: 5.x-dev run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi - name: Profanity Check diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5f74ea4d..6db89506 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -64,7 +64,7 @@ jobs: - name: Install PHP dependencies shell: bash env: - COMPOSER_ROOT_VERSION: 4.x-dev + COMPOSER_ROOT_VERSION: 5.x-dev run: composer update --${{ matrix.dependency_version }} --no-interaction --no-progress --ansi --with="symfony/console:^${{ matrix.symfony }}" - name: Unit Tests diff --git a/README.md b/README.md index 717ba81d..586d3190 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@
-
+
-
+
@@ -12,7 +12,7 @@
------
-> Pest v4 Now Available: **[Read the announcement »](https://pestphp.com/docs/pest-v4-is-here-now-with-browser-testing)**.
+> Pest v5 Now Available: **[Read the announcement »](https://pestphp.com/docs/pest-v5-is-here)**.
**Pest** is an elegant PHP testing Framework with a focus on simplicity, meticulously designed to bring back the joy of testing in PHP.
diff --git a/RELEASE.md b/RELEASE.md
index 6ba2a721..d2f7f25c 100644
--- a/RELEASE.md
+++ b/RELEASE.md
@@ -2,10 +2,10 @@
When releasing a new version of Pest there are some checks and updates that need to be done:
-> **For Pest v3 you should use the `3.x` branch instead.**
+> **For Pest v4 you should use the `4.x` branch instead.**
-- Clear your local repository with: `git add . && git reset --hard && git checkout 4.x`
-- On the GitHub repository, check the contents of [github.com/pestphp/pest/compare/{latest_version}...4.x](https://github.com/pestphp/pest/compare/{latest_version}...4.x)
+- Clear your local repository with: `git add . && git reset --hard && git checkout 5.x`
+- On the GitHub repository, check the contents of [github.com/pestphp/pest/compare/{latest_version}...5.x](https://github.com/pestphp/pest/compare/{latest_version}...5.x)
- Update the version number in [src/Pest.php](src/Pest.php)
- Run the tests locally using: `composer test`
- Commit the Pest file with the message: `git commit -m "release: vX.X.X"`
diff --git a/resources/views/installers/plugin-browser.php b/resources/views/installers/plugin-browser.php
index d717867b..647a74ce 100644
--- a/resources/views/installers/plugin-browser.php
+++ b/resources/views/installers/plugin-browser.php
@@ -7,7 +7,7 @@