Skip to content

Commit

Permalink
composer description updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Raza9798 committed Jun 17, 2024
1 parent 173d708 commit 4a5a83a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "intelrx/rapidkit",
"license": "MIT",
"description": "IntelRx/RapidKit is a powerful Laravel package designed to enhance development efficiency by providing essential tools and features for rapid application building. With a focus on simplifying resource creation and modularizing common functionalities, RapidKit streamlines Laravel project workflows. It equips developers with robust capabilities to accelerate development cycles and reduce boilerplate code, ensuring projects are scalable and maintainable. Whether you're starting a new application or improving an existing one, RapidKit facilitates quicker deployment of features, allowing developers to concentrate more on application logic than repetitive tasks. Installable via Composer, RapidKit integrates seamlessly into Laravel projects, offering extensibility through customizable features tailored to project-specific needs. Check out our comprehensive documentation to harness the full potential of IntelRx/RapidKit and join our community in contributing to its ongoing evolution.",
"description": "IntelRx/RapidKit accelerates Laravel development with streamlined resource creation and essential tools. Modularize applications efficiently, reducing boilerplate and enhancing scalability. Install via Composer for rapid integration and customize for project-specific needs",
"keywords": [ "laravel", "framework", "rapidkit", "intelrx", "laravel-backup", "telescope", "laravel-telescope", "spatie"],
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/config/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

class Config
{
const VERSION = '1.7.1';
const VERSION = '1.7.2';
}

0 comments on commit 4a5a83a

Please sign in to comment.