Skip to content

Commit ee3403a

Browse files
Fixed Composer requirement
1 parent 3982db7 commit ee3403a

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

changelog.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
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": {

0 commit comments

Comments
 (0)