Skip to content

Commit

Permalink
Fixed README version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
fadrian06 committed Jan 6, 2024
1 parent fcd521e commit 50debb7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LEAME.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ desarrolladores escribir código más limpio y más eficiente.

**1- Primero, instala JSPHP usando composer:**
```bash
composer require faslatam/jsphp:dev-main
composer require faslatam/jsphp
```

**2. Incluye el autocargador de composer:**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This library aims to bridge the gap between JavaScript and PHP, allowing develop

**1- First, install JSPHP using composer:**
```bash
composer require faslatam/jsphp:dev-main
composer require faslatam/jsphp
```

**2. Include the composer autoloader:**
Expand Down
2 changes: 0 additions & 2 deletions tests/PHP/JSString/substringTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
use JSString;
use PHPUnit\Framework\TestCase;

require_once __DIR__ . '/../../../vendor/autoload.php';

final class substringTest extends TestCase {
function test_Demo_String_substring(): void {
$str = String('Mozilla');
Expand Down

0 comments on commit 50debb7

Please sign in to comment.