Skip to content

Commit

Permalink
Update Laravel to v10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Mar 17, 2024
1 parent 61e7f40 commit e1ff605
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
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 e1ff605

Please sign in to comment.