Skip to content

Commit

Permalink
Merge pull request #59 from joanhey/laravel-10.3
Browse files Browse the repository at this point in the history
Update Laravel `v10.2` to `v10.3`
  • Loading branch information
myaaghubi committed Mar 23, 2024
2 parents 482b734 + 5a6df9d commit 7477ed3
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fastroute-1.3
fatfree-3.8
fuelphp-1.9
kumbia-1.2
laravel-10.2
laravel-10.3
leaf-3.5
lumen-10.0
phroute-2.2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
# create project
rm -rf _benchmark/temp
composer create-project --prefer-dist laravel/laravel:10.2.* ./_benchmark/temp --ansi
composer create-project --prefer-dist laravel/laravel:10.3.* ./_benchmark/temp --ansi
mv ./_benchmark/temp/{.,}* ./

# have the route & controller
Expand Down
File renamed without changes.

0 comments on commit 7477ed3

Please sign in to comment.