Skip to content

Commit

Permalink
Updated orchestra version for laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
toonvandenbos committed Apr 25, 2023
1 parent 504a0cb commit 68619d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"require": {
"php": "^7.3|^8.0",
"laravel/nova": "^4.0",
"orchestra/testbench": "^7.4"
"orchestra/testbench": "^8.5"
},
"require-dev": {
"phpunit/phpunit": "^9.5"
"phpunit/phpunit": "^10.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion tests/test-application/resources/lang/route/test.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Test page title",
"created_at": "2019-02-18 08:48:00",
"updated_at": "2019-08-23 16:43:39",
"updated_at": "2023-04-25 08:10:01",
"attributes": {
"test_field": "Test value",
"foo_json": {
Expand Down

0 comments on commit 68619d0

Please sign in to comment.