File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,4 +12,8 @@ All notable changes to `Automs` will be documented in this file.
1212### Fixed
1313- added ` if condition ` to the image viewer.
1414- added a note about filesystems in ` README.md `
15- - Added Installation and Usage youtube tutorial to ` README.md `
15+ - Added Installation and Usage youtube tutorial to ` README.md `
16+
17+ ## Version 1.0.02
18+
19+ - Fixed composer require
Original file line number Diff line number Diff line change 1212 "homepage" : " https://github.com/ahmadyousefdev/automs" ,
1313 "keywords" : [" Laravel" , " Automs" ],
1414 "require" : {
15- "illuminate/support" : " ~7|~ 8" ,
15+ "illuminate/support" : " ^7|^ 8" ,
1616 "laravel/framework" : " ^8.12" ,
1717 "laravel/jetstream" : " ^2.1" ,
1818 "livewire/livewire" : " ^2.0"
1919 },
2020 "require-dev" : {
21- "phpunit/phpunit" : " ~ 9.0" ,
22- "orchestra/testbench" : " ~5|~ 6"
21+ "phpunit/phpunit" : " ^ 9.0" ,
22+ "orchestra/testbench" : " ^5|^ 6"
2323 },
2424 "autoload" : {
2525 "psr-4" : {
You can’t perform that action at this time.
0 commit comments