Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto José Garcia Navarro committed Feb 18, 2023
1 parent 2d5774a commit 9c015aa
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 50 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
All notable changes to this project will be documented in this file.
<!--- END HEADER -->

## [1.0.3](https://github.com/soulcodex/laravel-behat/compare/0.0.0...v1.0.3) (2023-02-18)


---

## [1.0.2](https://github.com/soulcodex/laravel-behat/compare/1.0.1...v1.0.2) (2023-02-18)


Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
"behat/behat": "^3.0",
"behat/mink-browserkit-driver": "^2.1",
"friends-of-behat/mink-extension": "^2.7",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/support": "^8.0|^9.0",
"illuminate/contracts": "^8.0|^9.0|^10.0",
"illuminate/support": "^8.0|^9.0|^10.0",
"symfony/http-kernel": "^6.2",
"symfony/event-dispatcher": "^6.2"
},
Expand All @@ -49,5 +49,5 @@
},
"minimum-stability": "dev",
"prefer-stable": true,
"version": "1.0.2"
"version": "1.0.3"
}
94 changes: 47 additions & 47 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9c015aa

Please sign in to comment.